aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 15:41:53 +0100
committerMike McQuaid2014-10-22 15:57:14 +0100
commit8ed42c3f5c59e882177819f4dbc9ea0e92e34be6 (patch)
tree86f69181cb7c74080e598cfaf1368e0dc8334936 /Library/Formula
parent9e682533c430168ad87377c4667f961f065b24c2 (diff)
downloadhomebrew-8ed42c3f5c59e882177819f4dbc9ea0e92e34be6.tar.bz2
xapian: add 1.2.18 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xapian.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/xapian.rb b/Library/Formula/xapian.rb
index 2db493a0e..a7f765187 100644
--- a/Library/Formula/xapian.rb
+++ b/Library/Formula/xapian.rb
@@ -5,6 +5,12 @@ class Xapian < Formula
url 'http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz'
sha1 '0eb07cfec9a213a6d310ae2472ccd3cd142d2d33'
+ bottle do
+ sha1 "a0ea621525aa1dd72bccade43348b8c14670cb74" => :yosemite
+ sha1 "adc65335a9cba4b25a9825c4d0c8502527642f05" => :mavericks
+ sha1 "4f0fafca4d8396956b2fc71f683cb65e079d5f3d" => :mountain_lion
+ end
+
option "java", "Java bindings"
option "php", "PHP bindings"
option "ruby", "Ruby bindings"