diff options
| author | BrewTestBot | 2014-03-20 15:07:57 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-20 15:11:41 +0000 |
| commit | 972b33683521d102b80782fbf36ea9816d602483 (patch) | |
| tree | a3a1fba0666b718143e9bb761d8ffe88f2db8197 /Library/Formula | |
| parent | 3ccfa971918b63aa570778329fc64a37a3af6200 (diff) | |
| download | homebrew-972b33683521d102b80782fbf36ea9816d602483.tar.bz2 | |
entr: add 2.8 bottle.
Closes #27727.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/entr.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/entr.rb b/Library/Formula/entr.rb index 83f598b6c..955ec419e 100644 --- a/Library/Formula/entr.rb +++ b/Library/Formula/entr.rb @@ -5,6 +5,13 @@ class Entr < Formula url 'http://entrproject.org/code/entr-2.8.tar.gz' sha1 'ec03da66480cc7f8c6130e6f8599e1ae956e9b72' + bottle do + cellar :any + sha1 "b1fe6118d723b9eadbec1bab469eade0943e62ed" => :mavericks + sha1 "4768d9865e6b1c20839834ffec69e4697eaee32c" => :mountain_lion + sha1 "f7e3bcf2fc31d896f2bb6f62711bed1de2099ed7" => :lion + end + def install ENV['PREFIX'] = prefix ENV['MANPREFIX'] = man |
