From 3d7af9d663cffc0e3aa2b8fa2e5e37817adbda3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:59:14 +0000 Subject: [PATCH 1/2] testkube 2.1.22 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 7ab1bad6b968..35815dd9b331 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -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" From 81309b57fcceaa93457c4fc5066b3a4dcabdc4c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:19:32 +0000 Subject: [PATCH 2/2] testkube: update 2.1.22 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 35815dd9b331..d18771f36b19 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -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