cloudfoundry-cli 6.0.1
Closes Homebrew/homebrew#27097. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
3c3b0ce709
commit
42c3cb88b8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class CloudfoundryCli < Formula
|
||||
homepage 'https://github.com/cloudfoundry/cli'
|
||||
head 'https://github.com/cloudfoundry/cli.git', :branch => 'master'
|
||||
url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.0.0'
|
||||
url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.0.1'
|
||||
|
||||
depends_on 'go' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue