Skip to content

Commit 2d4cfe8

Browse files
authored
Merge pull request Homebrew#183320 from Homebrew/bump-testkube-2.1.7
testkube 2.1.7
2 parents 7839af0 + 40c472e commit 2d4cfe8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/testkube.rb

Lines changed: 9 additions & 9 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.6.tar.gz"
5-
sha256 "40c5345fbca2d1528ef49ca2e58b13563a5cfe88b9529e133b544e90434e2f36"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.7.tar.gz"
5+
sha256 "522599b17a05a2f3d4b929f7be0be1ae90931717a87afe8250d55ff780e1bfea"
66
license "MIT"
77
head "https://github.com/kubeshop/testkube.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeaed38560b9dc1d61cc77cdf6ba01f7b0f500f04f45ad4bd34f6c866f4f070d"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aeaed38560b9dc1d61cc77cdf6ba01f7b0f500f04f45ad4bd34f6c866f4f070d"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "aeaed38560b9dc1d61cc77cdf6ba01f7b0f500f04f45ad4bd34f6c866f4f070d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e3261483aad63e399af464259028dd4ae4fc29fe0074fd54836beadc5211f79a"
19-
sha256 cellar: :any_skip_relocation, ventura: "e3261483aad63e399af464259028dd4ae4fc29fe0074fd54836beadc5211f79a"
20-
sha256 cellar: :any_skip_relocation, monterey: "e3261483aad63e399af464259028dd4ae4fc29fe0074fd54836beadc5211f79a"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbbafa2f68d5136bb19f85541264cc4241f7ec4577f70f74e1ad943a9d8805e5"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e604e9912e576228eb952ea03c08090441369abedf34c2939fd382bf32bccd91"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e604e9912e576228eb952ea03c08090441369abedf34c2939fd382bf32bccd91"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "e604e9912e576228eb952ea03c08090441369abedf34c2939fd382bf32bccd91"
18+
sha256 cellar: :any_skip_relocation, sonoma: "674b6e91dcf9db6c310e21e0bf883de51f402bfe266fb20abc48277c1a30c7d8"
19+
sha256 cellar: :any_skip_relocation, ventura: "674b6e91dcf9db6c310e21e0bf883de51f402bfe266fb20abc48277c1a30c7d8"
20+
sha256 cellar: :any_skip_relocation, monterey: "674b6e91dcf9db6c310e21e0bf883de51f402bfe266fb20abc48277c1a30c7d8"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f47a9f6e9b77b314925a993941faaae545a4491fc47a6d6230074c29b823a4a6"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)