Skip to content

Commit ab7c732

Browse files
authored
Merge pull request #219050 from Homebrew/bump-testkube-2.1.138
testkube 2.1.138
2 parents f1c544b + a7e72d1 commit ab7c732

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: Formula/t/testkube.rb

+8-8
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.137.tar.gz"
5-
sha256 "9bfd57fdcb99ac2bc8595077d8c1d59b683f83533b04d8b41290c3d93d7d1ca9"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.138.tar.gz"
5+
sha256 "228f33f59d5cf6b2e5b387e2af75349091e31e536ddb9048220552b8e9487069"
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: "5d51c1df372a609678cd094d8080738624380d9f9ecedce8201165d8fa446073"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d51c1df372a609678cd094d8080738624380d9f9ecedce8201165d8fa446073"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5d51c1df372a609678cd094d8080738624380d9f9ecedce8201165d8fa446073"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5b5a2306936e28ee9ced6d969057f7109dccc5afbb515f97d16500fbdf6c916e"
19-
sha256 cellar: :any_skip_relocation, ventura: "5b5a2306936e28ee9ced6d969057f7109dccc5afbb515f97d16500fbdf6c916e"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c33b453bff510626cbd3e814676bf4336610db803a63f68f40907ef33511f525"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4548313ad9c81d3cbd15a72c2b43e026b295fae1e281fc81b5a61e5be692ef4f"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4548313ad9c81d3cbd15a72c2b43e026b295fae1e281fc81b5a61e5be692ef4f"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4548313ad9c81d3cbd15a72c2b43e026b295fae1e281fc81b5a61e5be692ef4f"
18+
sha256 cellar: :any_skip_relocation, sonoma: "4a916a21c56e7a3f26ac0f18851fd7d27465642687112275143e01d941ab13f9"
19+
sha256 cellar: :any_skip_relocation, ventura: "4a916a21c56e7a3f26ac0f18851fd7d27465642687112275143e01d941ab13f9"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a073a01119e6d42baf5bc66a1abaf608242f54eef1653d4d2a77a3f64124e7b4"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)