11class 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.10.0 .tar.gz"
5- sha256 "f2f1616d53a2a06d43ce09a43fbd8104f39186647b3e6110032d4aff710d341f "
4+ url "https://github.com/kumahq/kuma/archive/refs/tags/2.10.1 .tar.gz"
5+ sha256 "03f49ee94353fd80c997929be338ebe0abeaad60286710fffa9d996e03ef1484 "
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 : "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 "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "548d25075d89dd21a554620901d30b7b55ea5753469a149df0df672283b114b1 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "16645e8ceaba12d28c82ecc7d381455dd5b4def4a1154ecf7df3bc937dbd3772 "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "0ea2dd6fd6548204f49e9139789141bb8138a5e67ea1e3b18d5cda0474704e6b "
17+ sha256 cellar : :any_skip_relocation , sonoma : "926c128e61c5c464d7517039e93d5f34670e63350f8f62d9edd2c70e1a870230 "
18+ sha256 cellar : :any_skip_relocation , ventura : "cfaf56b0ade925a990e1365f08a7fb6bd1fbb72d3b21f3f707c0f5c7ef1e31b5 "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4bb6be09826e5f76aa3d812c8f28ba7e68f603ad3694a1088b6c2b3d46cca3af "
2020 end
2121
2222 depends_on "go" => :build
0 commit comments