Skip to content

Commit 1b95a46

Browse files
authored
Merge pull request #212053 from Homebrew/bump-kumactl-2.10.0
kumactl 2.10.0
2 parents 0a32ef6 + 61aa893 commit 1b95a46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kumactl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kumactl < Formula
22
desc "Kuma control plane command-line utility"
33
homepage "https://kuma.io/"
4-
url "https://github.com/kumahq/kuma/archive/refs/tags/2.9.4.tar.gz"
5-
sha256 "50fb1880d8b6262f23c4ebf9408edecdd8ee4557f500b2e1ce75de07cb0cbf94"
4+
url "https://github.com/kumahq/kuma/archive/refs/tags/2.10.0.tar.gz"
5+
sha256 "f2f1616d53a2a06d43ce09a43fbd8104f39186647b3e6110032d4aff710d341f"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Kumactl < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "48997430169713c40fea4f15be35a946b89426ca13e86aca1948d00f9b7958f5"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48997430169713c40fea4f15be35a946b89426ca13e86aca1948d00f9b7958f5"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "48997430169713c40fea4f15be35a946b89426ca13e86aca1948d00f9b7958f5"
17-
sha256 cellar: :any_skip_relocation, sonoma: "25cadcf193cfea5aea278a857c0f5ee05a66b7424ad36c45942d405acc44f2d2"
18-
sha256 cellar: :any_skip_relocation, ventura: "25cadcf193cfea5aea278a857c0f5ee05a66b7424ad36c45942d405acc44f2d2"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b947a0edb876e05abb4c6c3ca2d206c1325e32babfcbd23e305292139f5dc8c5"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "25e57541dc837e3b9351e96402f98725fd5086c6779f580994af7b332df13d84"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c3cbcf18ed8e92979e8797e4246bfa21414e72e46ce3e729beb375dd8b3517f"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c5a1246e433f0cce5f9ff153865d6345322c87518eb8e1d93cd92cea78620ca"
17+
sha256 cellar: :any_skip_relocation, sonoma: "b41b3fc81af69ce828cb5c72b1ea943b1c99526d062be37e5baaeb688101f9cd"
18+
sha256 cellar: :any_skip_relocation, ventura: "e181b2807f79404ce3885929a9c39c7e075c872c66c191ac4a1a2890f66e3302"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "76ef15ec11feaed2e25a96418613e379409f15be1727f97f2e88589ea93f98c4"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)