diff options
| author | BrewTestBot | 2014-04-25 08:52:21 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-25 10:30:31 -0500 | 
| commit | a5a4a52e69ff792efcf281213f5b83126b2b66e4 (patch) | |
| tree | 51339ffb4fa06ad3f137664c0ced466242fdd06c /Library/Formula/cloudfoundry-cli.rb | |
| parent | 845e659d5a129a6776342d2bcf13f89630389d09 (diff) | |
| download | homebrew-a5a4a52e69ff792efcf281213f5b83126b2b66e4.tar.bz2 | |
cloudfoundry-cli: update 6.1.1 bottle.
Diffstat (limited to 'Library/Formula/cloudfoundry-cli.rb')
| -rw-r--r-- | Library/Formula/cloudfoundry-cli.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cloudfoundry-cli.rb b/Library/Formula/cloudfoundry-cli.rb index 8c48743b9..f19abb619 100644 --- a/Library/Formula/cloudfoundry-cli.rb +++ b/Library/Formula/cloudfoundry-cli.rb @@ -6,9 +6,9 @@ class CloudfoundryCli < Formula    url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.1'    bottle do -    sha1 "5ce0c33f8057cfa5ba85a17fd6683b24158a0571" => :mavericks -    sha1 "c63fe614f058781e8523b5c1905a2ec0045dc89d" => :mountain_lion -    sha1 "11aede84b5e4f4656688f587d819e0b8b8cfd19e" => :lion +    sha1 "f72539292f35aa0c7e66536494b895253cd3a667" => :mavericks +    sha1 "c43cb7af262a83f0aaf330fafd6c6be61afb01e9" => :mountain_lion +    sha1 "1d2942622b9571874910314c8d89fb0c837eaf47" => :lion    end    depends_on 'go' => :build  | 
