Skip to content

Commit

Permalink
Merge pull request #150579 from chenrui333/bump-istioctl-1.19.3
Browse files Browse the repository at this point in the history
istioctl 1.19.3
  • Loading branch information
BrewTestBot authored Oct 11, 2023
2 parents c8e1096 + 66e6587 commit d6d8576
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/i/istioctl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Istioctl < Formula
desc "Istio configuration command-line utility"
homepage "https://istio.io/"
url "https://github.com/istio/istio/archive/refs/tags/1.19.1.tar.gz"
sha256 "d707ec7b5a557761553a4e186ad188cebd2fc95c23b8a718db48a624db9c96a5"
url "https://github.com/istio/istio/archive/refs/tags/1.19.3.tar.gz"
sha256 "458b6f49f70feaa67fcb7328dbb23d92d74c8fbd272c6c6f82c9a1c74375972e"
license "Apache-2.0"
head "https://github.com/istio/istio.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a91fa2f95a08d32170c276f76347c10e546827e7ef56818c0c742e5b0c1c492"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e06e8688865e46c3cfbee573d22e0d2e1f62e056fba9d7ecfa1fb81e01f3550b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "85d566e8311654aec0c86c068c5f915f6c0e42f74fe42c161edd8c7e5b0b4dec"
sha256 cellar: :any_skip_relocation, sonoma: "43a0d6a9f2ee6f8ad0dcfbdf908c97e23aa68d6fa7ff4aff2adfe165d48f98f2"
sha256 cellar: :any_skip_relocation, ventura: "3650259b58e8af6ab2dd1df550ced91742b518190852f651596e3bdfb5616a59"
sha256 cellar: :any_skip_relocation, monterey: "83901962e501e95b6fd234e11b9c6eb44b8a1687479dc0f79533c3c491076200"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17f00f9032b931652c7b8218237f080bbe91729d4a0f64b4a5a3c5708bc42e40"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60053b9d910480d49d2886af36a9deadc3f5ded226535968eb7a032f2936f513"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fa5c40c286ea0ab15aae0dd91f9552d6d891c2eee9351dada1b02bfd3fc7cb52"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6effac04e3900f93b3d5ca4ae57cd6bb778f85d0c5afaad84640843516d3736f"
sha256 cellar: :any_skip_relocation, sonoma: "ac0ac152c9807577af2466ea2a7445baa24462896e9c21ccda0ab5ba2c35875e"
sha256 cellar: :any_skip_relocation, ventura: "02b2179466424a5c5e4191bd04e20d3ca4196bb89e162b38993863ae40a4dc0c"
sha256 cellar: :any_skip_relocation, monterey: "e86ebb4ccff8220c94bf684c390a6ca3c4bfde090c857027db53d0ef2db916bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e196d6111da1ca6a35a4e385048ea30b16a84443fc1361bb6d1724feaf6e31a"
end

depends_on "go" => :build
Expand Down

0 comments on commit d6d8576

Please sign in to comment.