Skip to content

Commit 7e2b6ca

Browse files
authored
Merge pull request Homebrew#196849 from Homebrew/bump-testkube-2.1.60
testkube 2.1.60
2 parents 33d42fc + 3dbf393 commit 7e2b6ca

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.59.tar.gz"
5-
sha256 "791d52906b27848b2c12f2510488eaf5406c34bd0734a019e3c7ee4cee8c6bd7"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.60.tar.gz"
5+
sha256 "839cae0613052215aff0d508193fb67eb4a645d0894c2b849f6104749b474855"
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: "f7ff00fe8b48c4d2497d26286e24a2e8fd6d39bb16424cde60fa88ec2021badd"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7ff00fe8b48c4d2497d26286e24a2e8fd6d39bb16424cde60fa88ec2021badd"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7ff00fe8b48c4d2497d26286e24a2e8fd6d39bb16424cde60fa88ec2021badd"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e21b5c2b7044036433505efcb52530ee7c692f4eb0ebcdb8e111f378aacae12a"
19-
sha256 cellar: :any_skip_relocation, ventura: "e21b5c2b7044036433505efcb52530ee7c692f4eb0ebcdb8e111f378aacae12a"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b6c66d72a1c2946f1b8d7628ff54a934e8cb8612795efa99a33cc5269a838e0"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8470cc63375caf6fa7e7e6ed889bb1d634ebedda06036189ca44725f88253fb0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8470cc63375caf6fa7e7e6ed889bb1d634ebedda06036189ca44725f88253fb0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8470cc63375caf6fa7e7e6ed889bb1d634ebedda06036189ca44725f88253fb0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "7eb46c3ffe145200532944599be762dd9fb8ef9cc20d1a050a9d06f571f6dcdc"
19+
sha256 cellar: :any_skip_relocation, ventura: "7eb46c3ffe145200532944599be762dd9fb8ef9cc20d1a050a9d06f571f6dcdc"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "de4c138ee104adffc0f123a4dd3d636b0272061dfa7aef9b1572ce63df5b56b1"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)