We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2b270 commit 0869974Copy full SHA for 0869974
Formula/o/openshift-cli.rb
@@ -1,9 +1,9 @@
1
class OpenshiftCli < Formula
2
desc "OpenShift command-line interface tools"
3
homepage "https://www.openshift.com/"
4
- url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.20.3/openshift-client-src.tar.gz"
+ url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.20.4/openshift-client-src.tar.gz"
5
# This project employs synchronized versioning so the sha256 may not change on version bumps
6
- sha256 "e5cfb94ed2d4c819287ab703963f53b7cfc5bc59c92ef6728590e47ebcd2cb20"
+ sha256 "a89ed767de0f014a3aac30c7bd4052e385c9959293caeb75ec660af1344b537c"
7
license "Apache-2.0"
8
head "https://github.com/openshift/oc.git", shallow: false, branch: "main"
9
0 commit comments