11class Istioctl < Formula
22 desc "Istio configuration command-line utility"
33 homepage "https://istio.io/"
4- url "https://github.com/istio/istio/archive/refs/tags/1.23.3 .tar.gz"
5- sha256 "49c0d3b6b6cb99a0b628d30b92a22439e9a9cdb78a1b8aa44c53bbeb0c9f9991 "
4+ url "https://github.com/istio/istio/archive/refs/tags/1.24.0 .tar.gz"
5+ sha256 "495e2f1a8e9b171c426b7f1db2a77230844ba06cb240b1a694b69c9dffc88317 "
66 license "Apache-2.0"
77 head "https://github.com/istio/istio.git" , branch : "master"
88
@@ -12,12 +12,12 @@ class Istioctl < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "009269f91f4f472206439f680e47eabfa7ac517fa5458fc633f57a2d7c408933 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "ad8e4feaafccf7a1090fe4f64b53418083fc584da39a92a33cac4f477db46ba2 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "1fcaa4a42a5525621c3f2dcf6f4c9b039c4dda36fa611acc10ac3ebb3c3c0529 "
18- sha256 cellar : :any_skip_relocation , sonoma : "03fc3e5322a3a74498defd6b67b6239d252138ba08a9c56a14d655cf286c51ed "
19- sha256 cellar : :any_skip_relocation , ventura : "809f6b540075a95ba55df72b61ed7a230b30c23962ea79734fa73979c5ca9b44 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "87e2fcd6b449af189fe76708acc17333d48587432d191c9c14b847efc1fee892 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5fa9e780776c71a640ba258ef06b8cb6703b75d84da1b21143774289bd23a42e "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "5b93c9acd7b5f2a82fb3e02fa833ef8afc6351bb69a5e4a13eee9ad47005fe11 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "950274711876494d7bba649d229068e70c60642a333e1e405620bdd0672ce364 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "d55ca79ec819aa6dee39ac0a14fa2f33baafe4d4768504ab1c71a7e5a0234155 "
19+ sha256 cellar : :any_skip_relocation , ventura : "d6ff9e87076c2d0b52bf9383756f1ea24cdf74ab533fc6008bdb089cb71bad32 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "aba801ca627647bc3245a3e1b69acf323d1eae709183e4e7dab955aae85e1b14 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments