1
1
class Kumactl < Formula
2
2
desc "Kuma control plane command-line utility"
3
3
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 "
6
6
license "Apache-2.0"
7
7
8
8
livecheck do
@@ -11,12 +11,12 @@ class Kumactl < Formula
11
11
end
12
12
13
13
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 "
20
20
end
21
21
22
22
depends_on "go" => :build
0 commit comments