aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/camlistore.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/camlistore.rb')
-rw-r--r--Library/Formula/camlistore.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/camlistore.rb b/Library/Formula/camlistore.rb
index 81db7e665..b15162e2d 100644
--- a/Library/Formula/camlistore.rb
+++ b/Library/Formula/camlistore.rb
@@ -6,6 +6,12 @@ class Camlistore < Formula
url 'https://github.com/bradfitz/camlistore/archive/0.8.tar.gz'
sha1 '076db79303fe1c62323b9dc0713ef1bfceb286b2'
+ bottle do
+ sha1 "0e23421d8dcd222bdaebbd9cdd4027f570e9c76d" => :mavericks
+ sha1 "2833a6aadcb6b11fe31fc7b8adef4a104dd06023" => :mountain_lion
+ sha1 "f72efd9e3c4654a0520b1ecf9991e2a23ea4cdad" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'go' => :build
depends_on 'sqlite'