Skip to content

Commit 418ec8d

Browse files
authored
Merge pull request Homebrew#201490 from Homebrew/bump-testkube-2.1.78
testkube 2.1.78
2 parents 8de06b4 + 70dcd2e commit 418ec8d

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.77.tar.gz"
5-
sha256 "5b62d3a84300c60571b731a0a2e7b30a4b32fa56e6b076ecfdd23223e7d5e89a"
4+
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.78.tar.gz"
5+
sha256 "f2082c0fe0ef0adefc36fc98c2edbbe7d97a7dcdbcc4487bfd726764b293b1b2"
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: "d6e40dd942694bb126e835ba462369ddb66cf2fbabfff166a8412350e62b2e2d"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6e40dd942694bb126e835ba462369ddb66cf2fbabfff166a8412350e62b2e2d"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6e40dd942694bb126e835ba462369ddb66cf2fbabfff166a8412350e62b2e2d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "54633a31554f4585825dbbf637c5cd70b919cd8172a0a1386191a9cac4792ce0"
19-
sha256 cellar: :any_skip_relocation, ventura: "54633a31554f4585825dbbf637c5cd70b919cd8172a0a1386191a9cac4792ce0"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e31abfa706bd6187d87e4ff0093e10f530510045a51a62ce61c88100495d6efd"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6912900d5d7599ea19d8154f9e30453683f4cfde93472e50d4fd09d9bd739625"
19+
sha256 cellar: :any_skip_relocation, ventura: "6912900d5d7599ea19d8154f9e30453683f4cfde93472e50d4fd09d9bd739625"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "395dbcf20528eea90ee7ba16fa004a0453f28b13861840bff430ba35cd2297b0"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)