Skip to content

Commit fb028dd

Browse files
authored
Merge pull request Homebrew#183544 from Homebrew/bump-openshift-cli-4.16.9
openshift-cli 4.16.9
2 parents e2f9575 + 98d9c16 commit fb028dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/openshift-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class OpenshiftCli < Formula
22
desc "OpenShift command-line interface tools"
33
homepage "https://www.openshift.com/"
4-
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8/openshift-client-src.tar.gz"
4+
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-src.tar.gz"
55
# This project employs synchronized versioning so the sha256 may not change on version bumps
66
sha256 "1be74704436e803ab6932a96d0abd037319b2ea05f9706c7e33d9103af724d19"
77
license "Apache-2.0"
@@ -13,13 +13,13 @@ class OpenshiftCli < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52916393b9b38106c60b2f31fe1f17fca569e5e1f43fe80ebde2c38bd937fb3f"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fba96a5d6290e4f7ff659cea851ee4e3f684189f5d087f261bf0693255eb6306"
18-
sha256 cellar: :any_skip_relocation, arm64_monterey: "617e5cfd96fff1c565a45f6d68de1ccc4fde0dfa2e46a0434de35d802540c868"
19-
sha256 cellar: :any_skip_relocation, sonoma: "fb80bcc8275e74812cba64fdb9505572261c66d2e61c4b7ad3bf3957fa4cac15"
20-
sha256 cellar: :any_skip_relocation, ventura: "dab6aef5452571f9ceca3fed45c5eab4960734061b2ee82dfaeac931e3b71943"
21-
sha256 cellar: :any_skip_relocation, monterey: "7a2cc16b6c293abbebdfe3b8145ff95fdafa810a14d729372200797561129a7f"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ba369ea2fc0950781178c91d1ecf7175ff2208a0dc9e8a1634a23f6d6d170ca9"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a36fa9e5b5ddbf8f0f2a2a30eb17a89ed87c9640e21b889fe5111107ac1306d9"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e135c7f37003581bf8bf868e2a895e7ba45a0af70a83f8112b500176cb6dbb40"
18+
sha256 cellar: :any_skip_relocation, arm64_monterey: "744040531c08224f80201bd1c25e56d6865dc6db62753ae2a30f4a8c3c1db605"
19+
sha256 cellar: :any_skip_relocation, sonoma: "99c46a29d6f669642d0d91da531c8118dcb4daedd62245e678487dc042e2815b"
20+
sha256 cellar: :any_skip_relocation, ventura: "8ee1cae84a1a74246b7ce5d469dc84fea729eeebb474439cae69fc1c8228d74b"
21+
sha256 cellar: :any_skip_relocation, monterey: "0b7dbfc9469a49a0ce87c53263ad891fafc05d189981587cb32b24ba73ff1750"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfef5806c76a8652be6a9c413535d1f1cb747908515d82fb7b7f412a87644b05"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)