From 6f0069b7ec103f957b136800025c9ba1834b1de8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:23:17 +0000 Subject: [PATCH 1/2] testkube 2.1.75 --- 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 f64159f1c114c..f234f43439c2f 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.74.tar.gz" - sha256 "42c055c60b4eb965bdbb6c2dcc179eda7dc5faee4c15fbe01f4252d16c0f64bb" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.75.tar.gz" + sha256 "d4a3ba5ed446f14d9ffbfff6c0fae56e3ccd9d7eca9a3d8cd14af02baa641e90" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From 0785126181d1debc87cd0dbdb69a143645566adc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:52:02 +0000 Subject: [PATCH 2/2] testkube: update 2.1.75 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 f234f43439c2f..d6dcc4c665eec 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: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c7f03b75226ad9301fcb36d21936f4e5ac165598257e2ec9587254302f5cbce" - sha256 cellar: :any_skip_relocation, sonoma: "640c065a0003b7301be6f445af4f6a3850134e029e539aad85d423278b27b66f" - sha256 cellar: :any_skip_relocation, ventura: "640c065a0003b7301be6f445af4f6a3850134e029e539aad85d423278b27b66f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "addbfa8705a2d17ab3445f4f9a2715491c76f6d5594b7f1a7d7f3126997a3730" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "75467193c60eb24a0d143ac6f97a1c0f90cc8a94b060da4c7cb12514c68be2e8" + sha256 cellar: :any_skip_relocation, sonoma: "c7def57f390fbc2ad2dabe713052bac156842b91ed21eab91cfa51dd8dd42850" + sha256 cellar: :any_skip_relocation, ventura: "c7def57f390fbc2ad2dabe713052bac156842b91ed21eab91cfa51dd8dd42850" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d5456e927fe05e103c78aff32ebd398cd9fa0ee609891e57633bbb6cf9abf97" end depends_on "go" => :build