diff options
| author | BrewTestBot | 2014-04-11 09:39:49 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-11 10:03:55 +0100 |
| commit | 0a215ba755047a9a664adaa4e1fb739f80f5b867 (patch) | |
| tree | cdfc8af7f79446e236caf7900f7562b041ed0e2d /Library/Formula | |
| parent | c7fd27124502d0a9858ddc0372f4a8e8953346a3 (diff) | |
| download | homebrew-0a215ba755047a9a664adaa4e1fb739f80f5b867.tar.bz2 | |
cloudfoundry-cli: add 6.1.0 bottle.
Closes #28319.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cloudfoundry-cli.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/cloudfoundry-cli.rb b/Library/Formula/cloudfoundry-cli.rb index 230b209a6..9a733e778 100644 --- a/Library/Formula/cloudfoundry-cli.rb +++ b/Library/Formula/cloudfoundry-cli.rb @@ -5,6 +5,12 @@ class CloudfoundryCli < Formula head 'https://github.com/cloudfoundry/cli.git', :branch => 'master' url 'https://github.com/cloudfoundry/cli.git', :tag => 'v6.1.0' + bottle do + sha1 "5ce0c33f8057cfa5ba85a17fd6683b24158a0571" => :mavericks + sha1 "c63fe614f058781e8523b5c1905a2ec0045dc89d" => :mountain_lion + sha1 "11aede84b5e4f4656688f587d819e0b8b8cfd19e" => :lion + end + depends_on 'go' => :build def install |
