diff options
| author | Chris Adams | 2014-02-28 09:52:34 -0800 |
|---|---|---|
| committer | Brett Koonce | 2014-02-28 14:35:10 -0600 |
| commit | 3141e6ee4194831bd050ffd57b29248cec4b23f3 (patch) | |
| tree | 93eb5fb45defdf7120240d1fd812bbed6cccdff8 /Library/Formula | |
| parent | fc2da965e1459314f5b5c4e32e713bb7334b2057 (diff) | |
| download | homebrew-3141e6ee4194831bd050ffd57b29248cec4b23f3.tar.bz2 | |
cloudfoundry-cli 6.0.1
Closes #27097.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cloudfoundry-cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cloudfoundry-cli.rb b/Library/Formula/cloudfoundry-cli.rb index ffedcfafd..dd901e9c2 100644 --- a/Library/Formula/cloudfoundry-cli.rb +++ b/Library/Formula/cloudfoundry-cli.rb @@ -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 |
