aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChris Adams2014-02-28 09:52:34 -0800
committerBrett Koonce2014-02-28 14:35:10 -0600
commit3141e6ee4194831bd050ffd57b29248cec4b23f3 (patch)
tree93eb5fb45defdf7120240d1fd812bbed6cccdff8 /Library/Formula
parentfc2da965e1459314f5b5c4e32e713bb7334b2057 (diff)
downloadhomebrew-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.rb2
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