Skip to content

Commit e3f7efe

Browse files
authored
Merge pull request Homebrew#201066 from Homebrew/bump-testkube-2.1.75
testkube 2.1.75
2 parents dc3af76 + 0785126 commit e3f7efe

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.74.tar.gz"
5-
sha256 "42c055c60b4eb965bdbb6c2dcc179eda7dc5faee4c15fbe01f4252d16c0f64bb"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.75.tar.gz"
5+
sha256 "d4a3ba5ed446f14d9ffbfff6c0fae56e3ccd9d7eca9a3d8cd14af02baa641e90"
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: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce"
18-
sha256 cellar: :any_skip_relocation, sonoma: "640c065a0003b7301be6f445af4f6a3850134e029e539aad85d423278b27b66f"
19-
sha256 cellar: :any_skip_relocation, ventura: "640c065a0003b7301be6f445af4f6a3850134e029e539aad85d423278b27b66f"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "addbfa8705a2d17ab3445f4f9a2715491c76f6d5594b7f1a7d7f3126997a3730"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c7def57f390fbc2ad2dabe713052bac156842b91ed21eab91cfa51dd8dd42850"
19+
sha256 cellar: :any_skip_relocation, ventura: "c7def57f390fbc2ad2dabe713052bac156842b91ed21eab91cfa51dd8dd42850"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d5456e927fe05e103c78aff32ebd398cd9fa0ee609891e57633bbb6cf9abf97"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)