Skip to content

Commit

Permalink
openshift-cli 3.7.2
Browse files Browse the repository at this point in the history
Closes #25401.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
JCount authored and fxcoudert committed Mar 24, 2018
1 parent b696440 commit 676e49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/openshift-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class OpenshiftCli < Formula
desc "OpenShift command-line interface tools"
homepage "https://www.openshift.com/"
url "https://github.com/openshift/origin.git",
:tag => "v3.7.1",
:revision => "ab0f056b4415598756f2b1bd3b313b5dc613bb87",
:tag => "v3.7.2",
:revision => "282e43fbe8b0d124e37ce3fe2284cdb98fdee9eb",
:shallow => false

head "https://github.com/openshift/origin.git"
Expand All @@ -15,7 +15,7 @@ class OpenshiftCli < Formula
sha256 "4c157753d72cd1c0aef0470325dcbc56a6e46ebe152e02ea4b35b28675490cc2" => :el_capitan
end

depends_on "go" => :build
depends_on "go@1.9" => :build
depends_on "socat"

def install
Expand Down

0 comments on commit 676e49f

Please sign in to comment.