diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 04eb25e6adee..8fbafc211f03 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -1,7 +1,8 @@ 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.7/openshift-client-src.tar.gz" + url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8/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" head "https://github.com/openshift/oc.git", shallow: false, branch: "master" @@ -12,13 +13,13 @@ class OpenshiftCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af02924669fcc5eb31b5df35d25ef46161682b255486e98f597c87cbb4751f89" - sha256 cellar: :any_skip_relocation, arm64_ventura: "38f9e1d1eda472102ad1f697a9a6daca9acf15e18d86022d09a77d6ed11a2d28" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f4534200fa0373b0d8d04017110322db58eb31f7ec2a14da22774862f31bb36a" - sha256 cellar: :any_skip_relocation, sonoma: "6a98cef18d66c762280c77408ffa63943b9ff11e343a301d9a35a61b6f22653a" - sha256 cellar: :any_skip_relocation, ventura: "6906cbe44150ccf705e9eb09f3afc65988f8da8298343534cda4c7d0a6dff052" - sha256 cellar: :any_skip_relocation, monterey: "b5fdad9638c1848c5fa00c678f338e677fdc108f346e4205daf6304dc2781569" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d201c73e9f90971d4f041b4c9802b5f102530e05027bcadbbfe0b819dccbc4ed" + 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" end depends_on "go" => :build