Skip to content

Commit

Permalink
Merge pull request #201504 from Homebrew/bump-testkube-2.1.79
Browse files Browse the repository at this point in the history
testkube 2.1.79
  • Loading branch information
BrewTestBot authored Dec 17, 2024
2 parents d58e5ae + 1679e68 commit 25a0324
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.78.tar.gz"
sha256 "f2082c0fe0ef0adefc36fc98c2edbbe7d97a7dcdbcc4487bfd726764b293b1b2"
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.79.tar.gz"
sha256 "667af023b7d34e593b86a01588de9fcc781f229b65f140584e234fbf7f0ea0c6"
license "MIT"
head "https://github.com/kubeshop/testkube.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a3f84b05fe7cb498881ab2c8f8834a2e49430bab7cd23e0dc86c5ed1d811129"
sha256 cellar: :any_skip_relocation, sonoma: "6912900d5d7599ea19d8154f9e30453683f4cfde93472e50d4fd09d9bd739625"
sha256 cellar: :any_skip_relocation, ventura: "6912900d5d7599ea19d8154f9e30453683f4cfde93472e50d4fd09d9bd739625"
sha256 cellar: :any_skip_relocation, x86_64_linux: "395dbcf20528eea90ee7ba16fa004a0453f28b13861840bff430ba35cd2297b0"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2107554395c29df408cddcfb4c43465d3de6490ca7d94e1a4cf2b51422e4b307"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2107554395c29df408cddcfb4c43465d3de6490ca7d94e1a4cf2b51422e4b307"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2107554395c29df408cddcfb4c43465d3de6490ca7d94e1a4cf2b51422e4b307"
sha256 cellar: :any_skip_relocation, sonoma: "7095f98bc0364d5287c28e6e793eccfb96b25e88606528e325ccff60dffd3295"
sha256 cellar: :any_skip_relocation, ventura: "7095f98bc0364d5287c28e6e793eccfb96b25e88606528e325ccff60dffd3295"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c44156cbbb49704ac3506a50f66cc1eb165ffe02e909dd7f21ade1d78ba77263"
end

depends_on "go" => :build
Expand Down

0 comments on commit 25a0324

Please sign in to comment.