diff options
| author | BrewTestBot | 2014-12-12 03:48:32 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-12 23:09:14 -0800 |
| commit | 3f1f44b40e753b029f198fb1aee534dda99a8c38 (patch) | |
| tree | 776dbf9c53ef752cea5dff5ce11205ffcfa5090e /Library/Formula | |
| parent | 89a986f700ec294be63280495bb008b2b6f2d76a (diff) | |
| download | homebrew-3f1f44b40e753b029f198fb1aee534dda99a8c38.tar.bz2 | |
deis: add 1.1.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/deis.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/deis.rb b/Library/Formula/deis.rb index 179aedb93..8ec9d0fc9 100644 --- a/Library/Formula/deis.rb +++ b/Library/Formula/deis.rb @@ -5,6 +5,13 @@ class Deis < Formula url "https://github.com/deis/deis/archive/v1.1.0.tar.gz" sha1 "c57fb6073b374b95262c36959c6d2b6c508cda59" + bottle do + cellar :any + sha1 "d20e7452e995edac3805866b1b215ebe7f40541b" => :yosemite + sha1 "b4313da76967ea6d110f76fd6a9833299638f95c" => :mavericks + sha1 "3dca69365aff18d64b8df106a5103a104306472a" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "libyaml" |
