Skip to content

Commit f404f93

Browse files
authored
Merge pull request #255861 from Homebrew/bump-openshift-cli-4.20.4
openshift-cli 4.20.4
2 parents 2c6d7c8 + 30146c4 commit f404f93

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,9 +1,9 @@
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.20.3/openshift-client-src.tar.gz"
4+
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.20.4/openshift-client-src.tar.gz"
55
# This project employs synchronized versioning so the sha256 may not change on version bumps
6-
sha256 "e5cfb94ed2d4c819287ab703963f53b7cfc5bc59c92ef6728590e47ebcd2cb20"
6+
sha256 "a89ed767de0f014a3aac30c7bd4052e385c9959293caeb75ec660af1344b537c"
77
license "Apache-2.0"
88
head "https://github.com/openshift/oc.git", shallow: false, branch: "main"
99

@@ -13,12 +13,12 @@ class OpenshiftCli < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "299f43855ab0ed77fac57b9b583ebfa7829dbd8a255f7f227cf164c9614f45eb"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "723ae0d82d411e6734cf7e9d159cc518e22c9f436d4adcf7a007ee6a0d6991ba"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a15d86e46a0af41a7dae3774cf75eee50dbe903f1307ead9075099749b7566b8"
19-
sha256 cellar: :any_skip_relocation, sonoma: "e5aa16d1cf1e5bc3b2ccba5b60b87f62f2a6914dcd5e1f40b22ef17c111fc33c"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "2e00d04e16b2bb20ae04185c63c528785e0d970fdec953647664ae5d39abcc6b"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b1f61dfda438898da73b5494d8fe7956c2af3b7b4a4ead129194483ab0eb977"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "50a6a6ac4c3d532747ed0ce2bb31d87668b8b6df3d230ee841b5ac97d79416ec"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "14b053bd2615453e9f50f8e50ef21b3fce5e96cf80f9f1f2de1b6987303578a3"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "51a4b207ad137307940e3b040c867b193d6dbfe8d335a9848ae99d7b54dfe4a2"
19+
sha256 cellar: :any_skip_relocation, sonoma: "a66bb51fd2a83626b9273b45fbd7f5f706d7e24243c151306da48c23a2585e0c"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "27c70ec101040386b5b79f47512602bdff840119e7b4d6ef0b8fbe8444c4539d"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1baf10f3bda7bc79c531b8241eb15a9232a48f96058b7af689b1ad10913d9ee9"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)