Skip to content

Commit b82c7b7

Browse files
authored
Merge pull request #220308 from Homebrew/bump-testkube-2.1.143
testkube 2.1.143
2 parents e5fb32e + f81a3fa commit b82c7b7

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.141.tar.gz"
5-
sha256 "684a61cee54c68e5e172d8c62ef3aa75a2df12e6af9bbfc988b1b7f418cd50d3"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.143.tar.gz"
5+
sha256 "2983c2cd6d773e6b73246f9d1f3de904520060a88917f4ba5ebee37b204de8a6"
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: "79ad5366b7d6788821e9bb5feeed64f5497d5a21ccdb4ee6b455e4e77ab85346"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79ad5366b7d6788821e9bb5feeed64f5497d5a21ccdb4ee6b455e4e77ab85346"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "79ad5366b7d6788821e9bb5feeed64f5497d5a21ccdb4ee6b455e4e77ab85346"
18-
sha256 cellar: :any_skip_relocation, sonoma: "023a7b23c0e14b9564d111b810c3358753a603518f57cdae5657d7a6f31d7c2d"
19-
sha256 cellar: :any_skip_relocation, ventura: "023a7b23c0e14b9564d111b810c3358753a603518f57cdae5657d7a6f31d7c2d"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e5f9aa091ef8370fa960adc58de9b1c15857a150ce88fdda9aa506a43ccd6645"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c342b13918beff3d88648963df52528db9ea4d699b1ebcbeea9b073f3ef16fed"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c342b13918beff3d88648963df52528db9ea4d699b1ebcbeea9b073f3ef16fed"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c342b13918beff3d88648963df52528db9ea4d699b1ebcbeea9b073f3ef16fed"
18+
sha256 cellar: :any_skip_relocation, sonoma: "869443f07f4f79546e563439645af363a379ffb8094608163e4b2a6465d3411a"
19+
sha256 cellar: :any_skip_relocation, ventura: "869443f07f4f79546e563439645af363a379ffb8094608163e4b2a6465d3411a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "76730b698fe20b8ec998f0454ac92fabed9f649be8f38e532e4c412a232ddafb"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)