From 519a57b97d3d4bfe6082c23fe54d54ae8f49fde5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:48:16 +0000 Subject: [PATCH 1/2] kumactl 2.5.0 --- Formula/k/kumactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index 2f676c73d4409..99f265d484e61 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -1,8 +1,8 @@ class Kumactl < Formula desc "Kuma control plane command-line utility" homepage "https://kuma.io/" - url "https://github.com/kumahq/kuma/archive/refs/tags/2.4.4.tar.gz" - sha256 "d62a5a615d0c6f642eb96f1f59e8b43a5bba628e1e2c94822024e886a7cd3c8f" + url "https://github.com/kumahq/kuma/archive/refs/tags/2.5.0.tar.gz" + sha256 "fd66b6b281a94442d546932a6c2516e904c17720f34570c4f3e4756a05a6abfc" license "Apache-2.0" livecheck do From 7a8849d3bc84aa67cb9e1edc9e54abe20df31127 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:27:53 +0000 Subject: [PATCH 2/2] kumactl: update 2.5.0 bottle. --- Formula/k/kumactl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index 99f265d484e61..139327894c38b 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -11,13 +11,13 @@ class Kumactl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "482e18b960890c0cd30ecadc30256bd6816c92b5ffb7a46147309af426f618ee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6223a34d7a7b1b22d1044d183a730332c3c53e46a99c8aa0bf246df276128ed5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e832ba7349a705060f37c16f2a975e922014d70fa5f0b9f67491cb0ad8164878" - sha256 cellar: :any_skip_relocation, sonoma: "7f0fe5643e331824d42df47eb727b34c6bc61c0253c51ccfb5d739cb413e6c95" - sha256 cellar: :any_skip_relocation, ventura: "e914656d60906fce8aad31f4d1771b6c20943bb1e81c9a4ed7358dd527883df4" - sha256 cellar: :any_skip_relocation, monterey: "b44ac7917c223a5ba92f7d9c171dbad8c45edcec14f64b87038ac0ecc2fb3320" - sha256 cellar: :any_skip_relocation, x86_64_linux: "51ef0e714f02c42c817713ef6d736adc29437782dd9ef3b2d5c29e600cc6a60f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc82deaf9c8d0d3840687e89cd2f8b45de00ff8069b9042effd09c6437462276" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f40f284f2107b84cab3a5a647f6c0bf5f8489f93e9378ea0eea5d6e634c9fb10" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e0571a06f4ed4a52508581799ca36557c117a17540bdc2b2034fc08a945f19ac" + sha256 cellar: :any_skip_relocation, sonoma: "ed14b755c99a27280ce1a182eef676880e1c639922ffba54cb768b2447cda6b3" + sha256 cellar: :any_skip_relocation, ventura: "debf010a64a98d511eb7855ffb7ae18bb36ae1e2c8db4b01a9cca4918f30fef3" + sha256 cellar: :any_skip_relocation, monterey: "b1789060c38fd56f9f95abd0413b13ba616365ced7b5d48261a37bc7073d6c33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a005e157c13f18bea6cbc8effc21f0bd4f1863875ff3b2ede020a2d9c1170d4" end depends_on "go" => :build