1
1
class Testkube < Formula
2
2
desc "Kubernetes-native framework for test definition and execution"
3
3
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 "
6
6
license "MIT"
7
7
head "https://github.com/kubeshop/testkube.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Testkube < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments