Skip to content

Commit

Permalink
Merge pull request Homebrew#198989 from Homebrew/bump-istioctl-1.24.1
Browse files Browse the repository at this point in the history
istioctl 1.24.1
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents 9efdd28 + 0e98e46 commit 7c9544a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/i/istioctl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Istioctl < Formula
desc "Istio configuration command-line utility"
homepage "https://istio.io/"
url "https://github.com/istio/istio/archive/refs/tags/1.24.0.tar.gz"
sha256 "495e2f1a8e9b171c426b7f1db2a77230844ba06cb240b1a694b69c9dffc88317"
url "https://github.com/istio/istio/archive/refs/tags/1.24.1.tar.gz"
sha256 "316886f4a5a72d54342dd6a2bfb5e8bc26af29e37d7045870aa95741558a8690"
license "Apache-2.0"
head "https://github.com/istio/istio.git", branch: "master"

Expand All @@ -12,12 +12,12 @@ class Istioctl < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fa9e780776c71a640ba258ef06b8cb6703b75d84da1b21143774289bd23a42e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b93c9acd7b5f2a82fb3e02fa833ef8afc6351bb69a5e4a13eee9ad47005fe11"
sha256 cellar: :any_skip_relocation, arm64_ventura: "950274711876494d7bba649d229068e70c60642a333e1e405620bdd0672ce364"
sha256 cellar: :any_skip_relocation, sonoma: "d55ca79ec819aa6dee39ac0a14fa2f33baafe4d4768504ab1c71a7e5a0234155"
sha256 cellar: :any_skip_relocation, ventura: "d6ff9e87076c2d0b52bf9383756f1ea24cdf74ab533fc6008bdb089cb71bad32"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aba801ca627647bc3245a3e1b69acf323d1eae709183e4e7dab955aae85e1b14"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e64896c30201dafd9e4005c49d75aa87706bd67dc87c5beaf7c75f7285e8b3e7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "35e61460f619970dd99bfef57d3bd959928d445f3331d25ebbd426d0d8d2f869"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fca849f726fe9ffdbdeed6537207f655934b4a31d8ead64e33f77fc2a945a6e3"
sha256 cellar: :any_skip_relocation, sonoma: "1c104c73a44544f2fa527a173d3b4262837835cf273074e2feb9b0292ee96f85"
sha256 cellar: :any_skip_relocation, ventura: "399b6cbfdbea5970ffb3fbec6225ce9f5fff45df9c3a10492c9f6ae97784ef25"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ae3b188609668bbbbc02408a4dd89ac37f7d3055e4a3a6f2dc027a36838ac69"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7c9544a

Please sign in to comment.