Skip to content

Commit 681adc7

Browse files
authored
Merge pull request Homebrew#195854 from Homebrew/bump-testkube-2.1.50
testkube 2.1.50
2 parents b81f548 + c126b0c commit 681adc7

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.49.tar.gz"
5-
sha256 "6c12d7b95319e2ab4876318518fe7e4c2a71a447f4e674fce0c1cd335d370ac2"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.50.tar.gz"
5+
sha256 "534ed9ab799301144ac2b42c9f241e82fcda6bee45e2cda21511c5fcbcaee1c4"
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: "27990987544356d642855faed6d31496a2a68df52386d5100126eda0815fc2c9"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27990987544356d642855faed6d31496a2a68df52386d5100126eda0815fc2c9"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "27990987544356d642855faed6d31496a2a68df52386d5100126eda0815fc2c9"
18-
sha256 cellar: :any_skip_relocation, sonoma: "779d7546139f66bf4afa4ddaa45dcb7a89af1e13cdd84c4c264ca1c66fd0f5fd"
19-
sha256 cellar: :any_skip_relocation, ventura: "779d7546139f66bf4afa4ddaa45dcb7a89af1e13cdd84c4c264ca1c66fd0f5fd"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "71124a5cf64bb0271a4f1c41a8a68fa977ad28e242098530296df48d52f06e9b"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1fc15e0082c01dad65ce4dfb76fd7b9d253355d0d1ce55c697e59ec9b4b689e"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1fc15e0082c01dad65ce4dfb76fd7b9d253355d0d1ce55c697e59ec9b4b689e"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1fc15e0082c01dad65ce4dfb76fd7b9d253355d0d1ce55c697e59ec9b4b689e"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8146a75ee300fbd091a0f8fb38f621e5f5acfb0914ef02096fb67d5a7abbe51b"
19+
sha256 cellar: :any_skip_relocation, ventura: "8146a75ee300fbd091a0f8fb38f621e5f5acfb0914ef02096fb67d5a7abbe51b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "69cbb37128c91edb91cb5b068b79faca731c953d904958d0e6bb15ea2dbd6cb3"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)