Skip to content

Commit 07b1376

Browse files
authored
Merge pull request Homebrew#208401 from Homebrew/bump-testkube-2.1.94
testkube 2.1.94
2 parents ebffe71 + 7b5c79f commit 07b1376

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/testkube.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Testkube < Formula
22
desc "Kubernetes-native framework for test definition and execution"
33
homepage "https://testkube.io"
4-
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.93.tar.gz"
5-
sha256 "c9d366f8fc378596ebc7dbe35a2ad331df403424000f4611a96e6bc710742c1b"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.94.tar.gz"
5+
sha256 "aa9e03b7b9184a949e25c64dd2a24bc1c4db4f8a92b31e2b267551bd70cb60ae"
66
license "MIT"
77
head "https://github.com/kubeshop/testkube.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Testkube < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "842a6ae2760f330f2b348a3b410e5b7b08ccc59accedf5ea03ef1ae37dbd1bc5"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "842a6ae2760f330f2b348a3b410e5b7b08ccc59accedf5ea03ef1ae37dbd1bc5"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "842a6ae2760f330f2b348a3b410e5b7b08ccc59accedf5ea03ef1ae37dbd1bc5"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e661aff91b5af7b0abf2a84586389c7174f796b6212f16e3c43b5e520d9f32eb"
19-
sha256 cellar: :any_skip_relocation, ventura: "e661aff91b5af7b0abf2a84586389c7174f796b6212f16e3c43b5e520d9f32eb"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1bbca451b9733485bc53bb2bff7855a29b3a4077211495bd4c8054d178bec699"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "662b0fb565aa127a70990d486dfdd30acd519576a6a2975ba675354bd7d10ed5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "662b0fb565aa127a70990d486dfdd30acd519576a6a2975ba675354bd7d10ed5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "662b0fb565aa127a70990d486dfdd30acd519576a6a2975ba675354bd7d10ed5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6d8fb76ef00982d5b828f0082c7a96a3d730695381ddb6d362c2edcdcafc11b2"
19+
sha256 cellar: :any_skip_relocation, ventura: "6d8fb76ef00982d5b828f0082c7a96a3d730695381ddb6d362c2edcdcafc11b2"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "baca9eae9f5e1ab8b44e46b72259cd36afd66c5d536843d00fd6c27d31b9fb70"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)