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.26.3 .tar.gz"
5- sha256 "38503a436851e01972b811683d5c8ba71cc3b64a2f9e9c80b6e3dbbde5cbdb68 "
4+ url "https://github.com/istio/istio/archive/refs/tags/1.27.0 .tar.gz"
5+ sha256 "77705777f33dfe3a63ce19344b3e9ace80d0e8160907b112b9eaf9e791a27a37 "
66 license "Apache-2.0"
77 head "https://github.com/istio/istio.git" , branch : "master"
88
@@ -12,13 +12,13 @@ class Istioctl < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c7fcf63abe6a0b69ea6835418f112445e690c949f9466d0c2a48c1d5fdacd211 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "00798714a294439836bbca12c4b88c433bb1c2061c56886f5758a5c16804ce2f "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "f05db8dbe21500187bdafc84fea47415e13092930d9e3feb8d73abce37484147 "
18- sha256 cellar : :any_skip_relocation , sonoma : "0776b1dc906ec3381f0e8222ebbed3341c605accb8c152d9da9708721772b20b "
19- sha256 cellar : :any_skip_relocation , ventura : "f96651592930c30c09d69fca0b1710acfd292cac38afd34f8d63361bb8d44fdc "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "6b2156bdd1e6ee0be90280d22c29044318feed243a92ffb6e83adf08a04f35b1 "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "d609e27ec1be0cefd425e356c2b0a51376b1bb8e725d28b07a66de3702b52560 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c2b7c629866d5f89d3f36feda29d744e9d7bd83635763d0036f270e12ab32375 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4d957ca096ca0526d975f3126b08490b867abc7a4a8298224388bf277984b036 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "2eb37173df7861ba61b14874fc7f55bcfa18372273ef2e9ecefeb0dea019e620 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "8c66ecbb55237dddc30092d5da4166867c1fa375557a5ab38338e8f015099c7f "
19+ sha256 cellar : :any_skip_relocation , ventura : "ae0517a2b05c6ec91da602f0cedcb73e1bbcc1c94c2066d16188e07b1bc51e0e "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "c779a520756955bd1d2bcabdea72ff9cf9a4c99bcb1bbfa550bce91aaeaad679 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "a30ecaeffb4fb346f61dc4d3a9c491abc8947e394ba949745c14299e7a69d107 "
2222 end
2323
2424 depends_on "go" => :build
0 commit comments