Skip to content

Commit

Permalink
Merge pull request #191153 from Homebrew/bump-openshift-cli-4.16.11
Browse files Browse the repository at this point in the history
openshift-cli 4.16.11
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents bfffec4 + ef4395c commit 8376399
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/o/openshift-cli.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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.10/openshift-client-src.tar.gz"
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.11/openshift-client-src.tar.gz"
# This project employs synchronized versioning so the sha256 may not change on version bumps
sha256 "1be74704436e803ab6932a96d0abd037319b2ea05f9706c7e33d9103af724d19"
sha256 "c19c67a9655abf6c48aecd10a4ffb900c6bc2798864ca0a757cb8df172311e29"
license "Apache-2.0"
head "https://github.com/openshift/oc.git", shallow: false, branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "21b15c1b946b3629cdd8da64d48185adeacd727ab831abc1b34596ec95da27e4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5db6998e5f7978beeec1ac474803f89dd891dd1ef77cfce63c9e6a19258d0b47"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f36f20b75c679efdb63c60351a7b9639cd24e39913649300ca4722a8c76c8cbc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4f858ddc1fe9e8976223f2823af41bdacfd177a68f8fe17404f2e6c2914b1812"
sha256 cellar: :any_skip_relocation, sonoma: "343f84a02f6e38386bde2eb3a9faecda761b34049491462cf19b897fbba64d7f"
sha256 cellar: :any_skip_relocation, ventura: "cd84330662499bf776db011ced1e73463d6d8c309b96aa185e8c2d5fd1e92164"
sha256 cellar: :any_skip_relocation, monterey: "5e91a710c84c40b5ed413bc80eb41678d0506fa6c871c4b5bead8ee27c23545a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ff82722df701ead80910f6a81d4e3fdeadf3cc292908d225a66a40a05c88bac"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c11d9ee3497b3662fc9032e665c201cf17a07076bbed7b1e0cd101cbb11866a1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a4dfd998353b87fceabb1bd5a565c6933d2742554ddecbf7bd695e1b6853170"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d9e3e4039af6d203980549635e0869360f04ba135603651ebf5d1d6944db948"
sha256 cellar: :any_skip_relocation, sonoma: "63e6db98b07b52eaa8507555e189450047f494e6ece4d2841595003787950cd6"
sha256 cellar: :any_skip_relocation, ventura: "23482ed2de55f970203c74a5cd903df86116bcaa5bcde01de9968b43993d3778"
sha256 cellar: :any_skip_relocation, x86_64_linux: "da020a2c146699605108c90ffa47db564f4f9990e6259fc1f2868d5a8b94512a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8376399

Please sign in to comment.