Skip to content

Commit a035c3f

Browse files
authored
Merge pull request #217571 from Homebrew/bump-testkube-2.1.132
testkube 2.1.132
2 parents 585ad1a + 056c14d commit a035c3f

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.131.tar.gz"
5-
sha256 "39c1e025f4303e4db2b6a6462bd2da133afe20c96dbb5597abbcb28ff3949d45"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.132.tar.gz"
5+
sha256 "996ffd597a7aa1e4e90e13c00c23d1bc2687b36df4cb6d14e6dac3fc11c8a530"
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: "6f0bafc402be5c24e6f604ee9c0fead43df9ae5b2ac2662dfd3ff25e3ce64a45"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f0bafc402be5c24e6f604ee9c0fead43df9ae5b2ac2662dfd3ff25e3ce64a45"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6f0bafc402be5c24e6f604ee9c0fead43df9ae5b2ac2662dfd3ff25e3ce64a45"
18-
sha256 cellar: :any_skip_relocation, sonoma: "d704f5c932ae57dda59d5c5987a2b364bb2cbabfa418f13b364bd9a2fa5e2462"
19-
sha256 cellar: :any_skip_relocation, ventura: "d704f5c932ae57dda59d5c5987a2b364bb2cbabfa418f13b364bd9a2fa5e2462"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3b748e82d85d8e2ee8f5589d6ae44d5f05f8f51da2df47b6574a25bd7dc2c0"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a2c2b49a451eb346481813d88a316a039933a75078cad183b6f6838dede87b7"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a2c2b49a451eb346481813d88a316a039933a75078cad183b6f6838dede87b7"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7a2c2b49a451eb346481813d88a316a039933a75078cad183b6f6838dede87b7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "32bb884914cb8c8f43ead62a0463334b92f9dec67d195489963f879d03e9d100"
19+
sha256 cellar: :any_skip_relocation, ventura: "32bb884914cb8c8f43ead62a0463334b92f9dec67d195489963f879d03e9d100"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb073bce055261d261e6b856cb48e0f37a37afb69a8cdd65c7b8306271f88ef0"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)