Skip to content

Commit

Permalink
Merge pull request #183555 from Homebrew/bump-testkube-2.1.11
Browse files Browse the repository at this point in the history
testkube 2.1.11
  • Loading branch information
BrewTestBot authored Sep 5, 2024
2 parents 0c8c092 + 4a772fa commit b8e8101
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/testkube.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Testkube < Formula
desc "Kubernetes-native framework for test definition and execution"
homepage "https://testkube.io"
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.9.tar.gz"
sha256 "6a51b8d53777dbbe7f96faf90306d9dea7d6002cf24630f7ad49d5ebca818a68"
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.11.tar.gz"
sha256 "ae2bb3c026b2dcd178500d1c3711f3544c304f579c3c48061a99847a98aebd9b"
license "MIT"
head "https://github.com/kubeshop/testkube.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Testkube < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "96fdb187aecab8ba4f57d69af398809da8dfc6d3d4f9cdd68dd0cd272785387f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "96fdb187aecab8ba4f57d69af398809da8dfc6d3d4f9cdd68dd0cd272785387f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "96fdb187aecab8ba4f57d69af398809da8dfc6d3d4f9cdd68dd0cd272785387f"
sha256 cellar: :any_skip_relocation, sonoma: "a2dcb79b77f5fdb657940cd23095bab31608fb721bc1b272e0e62e9e1262010c"
sha256 cellar: :any_skip_relocation, ventura: "a2dcb79b77f5fdb657940cd23095bab31608fb721bc1b272e0e62e9e1262010c"
sha256 cellar: :any_skip_relocation, monterey: "a2dcb79b77f5fdb657940cd23095bab31608fb721bc1b272e0e62e9e1262010c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cef108ae08c08a9caac220cac77ed4f55ae87a6cf1df46dc10f7454ec91efe0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32221bfdd4beda12764f9bd34b03d051981e218653dd7b69bb1de25e936e15b2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "32221bfdd4beda12764f9bd34b03d051981e218653dd7b69bb1de25e936e15b2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "32221bfdd4beda12764f9bd34b03d051981e218653dd7b69bb1de25e936e15b2"
sha256 cellar: :any_skip_relocation, sonoma: "04c761a7c0a991563ee6830642f174cd1c6662d50cb58598bb37e48c205fddff"
sha256 cellar: :any_skip_relocation, ventura: "04c761a7c0a991563ee6830642f174cd1c6662d50cb58598bb37e48c205fddff"
sha256 cellar: :any_skip_relocation, monterey: "04c761a7c0a991563ee6830642f174cd1c6662d50cb58598bb37e48c205fddff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d78b4a91e47e58673736824a71a9b7bcb65aab8cc3b262a74f3f2c78dda26ae6"
end

depends_on "go" => :build
Expand Down

0 comments on commit b8e8101

Please sign in to comment.