Skip to content

Commit 03a0815

Browse files
authored
Merge pull request Homebrew#195931 from Homebrew/bump-testkube-2.1.52
testkube 2.1.52
2 parents 8664490 + 9628524 commit 03a0815

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.51.tar.gz"
5-
sha256 "5c3ea34341518334885b1fc1b4d5452e7b65367afe14969d2135fb73baea0681"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.52.tar.gz"
5+
sha256 "c5a78bcaf1c4fb380a02e234c28e264d1b63112c6a2071ae254addee2877ee39"
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: "51e722e9b908591a2d16dcd888399b66c1a4cb152222e3ff511c4a9be4e9c783"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "51e722e9b908591a2d16dcd888399b66c1a4cb152222e3ff511c4a9be4e9c783"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "51e722e9b908591a2d16dcd888399b66c1a4cb152222e3ff511c4a9be4e9c783"
18-
sha256 cellar: :any_skip_relocation, sonoma: "19e9fac71f503c9b13d7a1a6154d962980376242395dd05a6eaaf4c03470e2c2"
19-
sha256 cellar: :any_skip_relocation, ventura: "19e9fac71f503c9b13d7a1a6154d962980376242395dd05a6eaaf4c03470e2c2"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "82c30ae1d2ba7f32585c12f995f43b8091586b8c49a074884cf87193dddcbb8d"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63e9345238675dd02832ccbfd28ca7aab041c1f835981ca05bdde6a8e7e58637"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63e9345238675dd02832ccbfd28ca7aab041c1f835981ca05bdde6a8e7e58637"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "63e9345238675dd02832ccbfd28ca7aab041c1f835981ca05bdde6a8e7e58637"
18+
sha256 cellar: :any_skip_relocation, sonoma: "19ceed7980fdde3f703cf677c374e7d9eb774e74e2ba50b2ba67d7dba0316df0"
19+
sha256 cellar: :any_skip_relocation, ventura: "19ceed7980fdde3f703cf677c374e7d9eb774e74e2ba50b2ba67d7dba0316df0"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "06a9c3991dbe625e7d4e23e5c9dc9f195f9c161a5b3a472d686d4a5427d2b570"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)