Skip to content

Commit

Permalink
Merge pull request #154429 from BrewTestBot/bump-kumactl-2.5.0
Browse files Browse the repository at this point in the history
kumactl 2.5.0
  • Loading branch information
BrewTestBot authored Nov 15, 2023
2 parents 7657cc7 + 7a8849d commit cb58f8d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kumactl.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit cb58f8d

Please sign in to comment.