diff options
| author | BrewTestBot | 2014-12-09 13:28:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-09 15:54:23 +0000 |
| commit | 169f8c18c0e48716fe9a7afd6303e79a814a4875 (patch) | |
| tree | 4f3447264df1b66ac3672f2c46b4bd6308c1e0ac /Library/Formula | |
| parent | fd8a877bfba84f62ff015c13070dff81cd89d516 (diff) | |
| download | homebrew-169f8c18c0e48716fe9a7afd6303e79a814a4875.tar.bz2 | |
queequeg: add 0.91 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/queequeg.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/queequeg.rb b/Library/Formula/queequeg.rb index bd3a82007..d4aea9c6e 100644 --- a/Library/Formula/queequeg.rb +++ b/Library/Formula/queequeg.rb @@ -5,6 +5,13 @@ class Queequeg < Formula url "https://downloads.sourceforge.net/project/queequeg/queequeg/queequeg-0.91/queequeg-0.91.tar.gz" sha1 "e0ceae717a297ee866e38ae7fd10c216df1232e9" + bottle do + cellar :any + sha1 "865d487cdd7f447eee5cc102b2d5f79efdc1fb9e" => :yosemite + sha1 "c088cb0e9a0ddc16c113fc8ff41446376d7f755c" => :mavericks + sha1 "8cc2f12a1c395d8e1693f5ed6b37b94307968541" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "wordnet" |
