aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-12-09 13:28:08 +0000
committerMike McQuaid2014-12-09 15:54:23 +0000
commit169f8c18c0e48716fe9a7afd6303e79a814a4875 (patch)
tree4f3447264df1b66ac3672f2c46b4bd6308c1e0ac /Library/Formula
parentfd8a877bfba84f62ff015c13070dff81cd89d516 (diff)
downloadhomebrew-169f8c18c0e48716fe9a7afd6303e79a814a4875.tar.bz2
queequeg: add 0.91 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/queequeg.rb7
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"