Skip to content

Commit

Permalink
Merge pull request #191343 from Homebrew/bump-testkube-2.1.22
Browse files Browse the repository at this point in the history
testkube 2.1.22
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 921029c + 81309b5 commit b36d125
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.21.tar.gz"
sha256 "61f4d08dc4bf173c01130fa6c03f3d99e3f953206a1e63095fe49accf24e3b49"
url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.22.tar.gz"
sha256 "20a839ac52f0416e3daba01809dd61e959e1bbc7b8e07aa0ce3aca0bb5570ce1"
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: "68334443b50e67adbb6cbdbf3b938b0277169d95fe4c08d5ac23cbb3f89af3ad"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68334443b50e67adbb6cbdbf3b938b0277169d95fe4c08d5ac23cbb3f89af3ad"
sha256 cellar: :any_skip_relocation, arm64_ventura: "68334443b50e67adbb6cbdbf3b938b0277169d95fe4c08d5ac23cbb3f89af3ad"
sha256 cellar: :any_skip_relocation, sonoma: "085c2ce1532fa72de22b8f3e4a0bf8fdcb11a2e12ce85a82fd2427e69a568696"
sha256 cellar: :any_skip_relocation, ventura: "085c2ce1532fa72de22b8f3e4a0bf8fdcb11a2e12ce85a82fd2427e69a568696"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dda7986108207b87f5cb5bdf6cb2c5a2476638ad0974a69cc1102c2643f04cca"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "afaeadedb62d6d5dcdd8437842c6135b00bbe7e43e71c5b95fcb343ab2a8447c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "afaeadedb62d6d5dcdd8437842c6135b00bbe7e43e71c5b95fcb343ab2a8447c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "afaeadedb62d6d5dcdd8437842c6135b00bbe7e43e71c5b95fcb343ab2a8447c"
sha256 cellar: :any_skip_relocation, sonoma: "ea7e5698735fd0ae4ab1a89407d44b0d1916072b66614adc755cb2fc5e015b5e"
sha256 cellar: :any_skip_relocation, ventura: "ea7e5698735fd0ae4ab1a89407d44b0d1916072b66614adc755cb2fc5e015b5e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fe72ed8096773e53c97908b80cb8f24b2625db03a4d54ac33c23e95045bcb795"
end

depends_on "go" => :build
Expand Down

0 comments on commit b36d125

Please sign in to comment.