diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index b05364f3a72e2..4ef178a46baa9 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.9.1.tar.gz" - sha256 "16af959cb80b4a81492322db2a8aab0e779de0567cb83b480c89fe9a6e07cb9e" + url "https://github.com/kumahq/kuma/archive/refs/tags/2.9.2.tar.gz" + sha256 "fef179d27d161638f757912ef3d965f2fb30bc2ca45bc849ca0b4c0d970c9b37" license "Apache-2.0" livecheck do @@ -11,12 +11,12 @@ class Kumactl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa81171a7eabe5efe3a5eca2573104c59ca95630be5bfa7a29e8f2ce0a2ad01a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa81171a7eabe5efe3a5eca2573104c59ca95630be5bfa7a29e8f2ce0a2ad01a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa81171a7eabe5efe3a5eca2573104c59ca95630be5bfa7a29e8f2ce0a2ad01a" - sha256 cellar: :any_skip_relocation, sonoma: "f6f7581d14a381060dc52df2f5ad1fe1d8fa8fa2bf10fcf2b00ebc947e954759" - sha256 cellar: :any_skip_relocation, ventura: "f6f7581d14a381060dc52df2f5ad1fe1d8fa8fa2bf10fcf2b00ebc947e954759" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dae3a5dfe504561a21fda63776621ab6b2f9e910c3449a0cd80109afe9426164" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52afa082cd2e4a63c8e87364003a5b484c73f67b575090d18e9d378d9f2107fa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52afa082cd2e4a63c8e87364003a5b484c73f67b575090d18e9d378d9f2107fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52afa082cd2e4a63c8e87364003a5b484c73f67b575090d18e9d378d9f2107fa" + sha256 cellar: :any_skip_relocation, sonoma: "86a1e17ca9fb789c9377ec93fe48917ab12a0bb32a546c72e19f03d2067bfe71" + sha256 cellar: :any_skip_relocation, ventura: "86a1e17ca9fb789c9377ec93fe48917ab12a0bb32a546c72e19f03d2067bfe71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "756f7d0017e34fb00381d19bea38ad38005f9cd8a5ab34cd1cd19779f436ab50" end depends_on "go" => :build