Skip to content

Commit becea18

Browse files
authored
Merge pull request #217544 from Homebrew/bump-openshift-cli-4.18.6
openshift-cli 4.18.6
2 parents f52ce92 + 1cf67dd commit becea18

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.18.5/openshift-client-src.tar.gz"
4+
url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.6/openshift-client-src.tar.gz"
55
# This project employs synchronized versioning so the sha256 may not change on version bumps
66
sha256 "583abfd280c49a651f9edabb0ea3988ec2bc961c8723a24d6705ec1232c241ba"
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: "96825ddb475dadd292e778e2268643761836cfaa3758a0154da66cc6a41285b9"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3d7fd51580eb6fb2458b2af25a40d7930a37e06c7f15111f50be42c5d99ac4b"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b484ed18d648fda336abb34cf0951742d55a99c3b929d54b08322870256d2f2d"
19-
sha256 cellar: :any_skip_relocation, sonoma: "f111c6e711f398133cbb91f7c023cf796c57b8ef43fee2ce63558eb3e61b0143"
20-
sha256 cellar: :any_skip_relocation, ventura: "05e2a2fe106b1114513d3e7f1c1fedb275e4e4c9231de8566a961bdc2e00546d"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a13eb60d40acabfc9ad9b2d20de697df4a4d21fb0dc6f5744b003cad9cbb4a40"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "99d5044b5863305b5b8b10eeb7a60c3d4d014ea2fadab2125ac6d95e3565a955"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "abfee43095d00e449ebd3c067fdc52f8e22863e4ece9b45ebd1205f174f0960d"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "57d3204d6053a20d7b2fa35e28c51ba8372cf042e359d2238e2e325dfa48b0fb"
19+
sha256 cellar: :any_skip_relocation, sonoma: "b84b8f79b4f99a397a6aad481a9f1dee2dae46e00ad8bf2244c394e699f613e3"
20+
sha256 cellar: :any_skip_relocation, ventura: "8a5736759dac09c5c21e6a1037b83bd6d8e699420f2d2da57e663506f1493963"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "577a029d1d4c26e08a66d706948fb7e7cd27e09766e43927a68735d7fc6b6c5c"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)