diff options
| author | Ben Hale | 2014-04-25 08:44:19 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-04-25 10:30:11 -0500 |
| commit | 845e659d5a129a6776342d2bcf13f89630389d09 (patch) | |
| tree | 1629c919b50689de52902d6e2c768400c455d896 /Library | |
| parent | a6bec0001770bc4a6a19f8e0ea926a0cfbc92c36 (diff) | |
| download | homebrew-845e659d5a129a6776342d2bcf13f89630389d09.tar.bz2 | |
cloudfoundry-cli 6.1.1
This change updates the formula to install cloudfoundry-cli v6.1.1.
There are no significant changes to the formula.
Closes #28701.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 9a733e778..8c48743b9 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.1.0' + url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.1' bottle do sha1 "5ce0c33f8057cfa5ba85a17fd6683b24158a0571" => :mavericks |
