Skip to content

Commit

Permalink
Merge pull request #183544 from Homebrew/bump-openshift-cli-4.16.9
Browse files Browse the repository at this point in the history
openshift-cli 4.16.9
  • Loading branch information
BrewTestBot authored Sep 5, 2024
2 parents e2f9575 + 98d9c16 commit fb028dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/openshift-cli.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class OpenshiftCli < Formula
desc "OpenShift command-line interface tools"
homepage "https://www.openshift.com/"
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8/openshift-client-src.tar.gz"
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-src.tar.gz"
# This project employs synchronized versioning so the sha256 may not change on version bumps
sha256 "1be74704436e803ab6932a96d0abd037319b2ea05f9706c7e33d9103af724d19"
license "Apache-2.0"
Expand All @@ -13,13 +13,13 @@ class OpenshiftCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52916393b9b38106c60b2f31fe1f17fca569e5e1f43fe80ebde2c38bd937fb3f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fba96a5d6290e4f7ff659cea851ee4e3f684189f5d087f261bf0693255eb6306"
sha256 cellar: :any_skip_relocation, arm64_monterey: "617e5cfd96fff1c565a45f6d68de1ccc4fde0dfa2e46a0434de35d802540c868"
sha256 cellar: :any_skip_relocation, sonoma: "fb80bcc8275e74812cba64fdb9505572261c66d2e61c4b7ad3bf3957fa4cac15"
sha256 cellar: :any_skip_relocation, ventura: "dab6aef5452571f9ceca3fed45c5eab4960734061b2ee82dfaeac931e3b71943"
sha256 cellar: :any_skip_relocation, monterey: "7a2cc16b6c293abbebdfe3b8145ff95fdafa810a14d729372200797561129a7f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ba369ea2fc0950781178c91d1ecf7175ff2208a0dc9e8a1634a23f6d6d170ca9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a36fa9e5b5ddbf8f0f2a2a30eb17a89ed87c9640e21b889fe5111107ac1306d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e135c7f37003581bf8bf868e2a895e7ba45a0af70a83f8112b500176cb6dbb40"
sha256 cellar: :any_skip_relocation, arm64_monterey: "744040531c08224f80201bd1c25e56d6865dc6db62753ae2a30f4a8c3c1db605"
sha256 cellar: :any_skip_relocation, sonoma: "99c46a29d6f669642d0d91da531c8118dcb4daedd62245e678487dc042e2815b"
sha256 cellar: :any_skip_relocation, ventura: "8ee1cae84a1a74246b7ce5d469dc84fea729eeebb474439cae69fc1c8228d74b"
sha256 cellar: :any_skip_relocation, monterey: "0b7dbfc9469a49a0ce87c53263ad891fafc05d189981587cb32b24ba73ff1750"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfef5806c76a8652be6a9c413535d1f1cb747908515d82fb7b7f412a87644b05"
end

depends_on "go" => :build
Expand Down

0 comments on commit fb028dd

Please sign in to comment.