Skip to content

Commit

Permalink
Merge pull request #191302 from Homebrew/bump-istioctl-1.23.2
Browse files Browse the repository at this point in the history
istioctl 1.23.2
  • Loading branch information
BrewTestBot authored Sep 20, 2024
2 parents b334444 + 8ea435c commit 2014fa7
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 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.23.1.tar.gz"
sha256 "a3e38c189f4bcf01ea42d3502511e1221456f78c1ca24508534b4111a43064e4"
url "https://github.com/istio/istio/archive/refs/tags/1.23.2.tar.gz"
sha256 "d4db1a44275f0f1a1a209960c9087e7006de5df7e41a04716283feacf333aa7b"
license "Apache-2.0"
head "https://github.com/istio/istio.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d94abc11269fd9ec5d9865e318b23ae70c32cbaacdb370e91fa5ac258026529"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe7d63528ef12bd50518341b9bdb261fb144cdddb84ba3e02140bbb6ccac6843"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3bd242dfba512cfd62f8eb325bd293dea988a2034336d2fd6a72ff51ceee86e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4122198279283f72bd6b0d0221ca0a27b756413126591f8a843815507f88e49d"
sha256 cellar: :any_skip_relocation, sonoma: "5b8c6bae59c43018bb0bd44f01c27b0171f8c688d12285fbf8fa70cd01847d41"
sha256 cellar: :any_skip_relocation, ventura: "e288183b9f28721d6d59b557140cc44d2d3720827a834928a5d1c73ecfd07fcc"
sha256 cellar: :any_skip_relocation, monterey: "0fa92f209e68a170b17fb97543678fd4ebefe276bf149ee23067a1fdcdab8ce1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ede8b7ea425dd6abc05d2a6ca4b288af4798ee08683daba1a1faa8cd5fac93c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "93fc940dae393c05deaa639c68c68d402e61a0bd05093c65584cb5e4dee5818a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4437e167625082c123550a01624dca004356ad966b5ecd477eda3d336584e723"
sha256 cellar: :any_skip_relocation, arm64_ventura: "87ea5537d1416a86ad9f46e78655b256229ff35f265d630ee9776d9bdc0a0191"
sha256 cellar: :any_skip_relocation, sonoma: "b0313773b0d99aef43009bd862ad1e8fbe1f0216201ff8b1c822b5328ad2e30c"
sha256 cellar: :any_skip_relocation, ventura: "fc85d32a8b71d6265b13814d23f6d050b5defdc760fe7d8b5c1fe56b508e600c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "41fc0fb60580820b709a8307d0baca19bef0628040f40ef2a1f63adcf49589d3"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2014fa7

Please sign in to comment.