Skip to content

Commit 8414aec

Browse files
authored
Merge pull request #205083 from Homebrew/bump-openshift-cli-4.17.12
openshift-cli 4.17.12
2 parents 6fe5950 + 76a0aff commit 8414aec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/o/openshift-cli.rb

Lines changed: 7 additions & 7 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.17.11/openshift-client-src.tar.gz"
4+
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.12/openshift-client-src.tar.gz"
55
# This project employs synchronized versioning so the sha256 may not change on version bumps
66
sha256 "0695fcf3e514f6dcc5b86222ed067942f5e604ce27eff15a12f4a9713481a051"
77
license "Apache-2.0"
@@ -13,12 +13,12 @@ class OpenshiftCli < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "da050d39c8ec3d0b6f9fd1b71538a5428ba4f830fa861c763e1f8979021f87bf"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c02eb41e2a1513d1b62e13db0a675e816eee55390c0389c8f491ba73a3951c2"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e0af3b7765bb26c3936d55b9d60d2421916ba0367ba28154cc9d3d55c6338064"
19-
sha256 cellar: :any_skip_relocation, sonoma: "5a7da8ddc9504a353593fb69085f85be8ec05911e6c42976bd6ab7f420458552"
20-
sha256 cellar: :any_skip_relocation, ventura: "de6ee407256be468c5fbe3834731724553c52f60fbbb1025d605c83adc28c522"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eff8fe421cb1fa5fb8c2c49200dbe415f5a3da65b3758b88668de5bd9fac7795"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4a1a67277001b8993d809b6db9a3f19e28bfc8d2cbcba9a9540ed90afc18e48"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5de5cec7fc763570e9587c349f6912b566901f1fbb735569b8211e4ea218f4d9"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a81e803b1dc48c2733e3b4d662ef5309c359a0183c1a4014f5f2a5063a480e8"
19+
sha256 cellar: :any_skip_relocation, sonoma: "1461ac3c7e440f84a5606185714b316815370c9d00de38dc54ccff32310942d6"
20+
sha256 cellar: :any_skip_relocation, ventura: "b21aaa4cd45cb049d09de64c8112a467ee0a51962f1b9e34c8fb40f373ef0843"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c0dfc41e6fc74dfc282d0af7990347614f13c2f7032ff55706f50fc4f27bff32"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)