diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index f64159f1c114..d6dcc4c665ee 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" @@ -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