aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-08-30 08:54:27 +0100
committerMike McQuaid2013-08-30 08:55:08 +0100
commita9fe7bf21ee8bf2202726fcfebfc17ec5ae1a872 (patch)
tree3ff873abc8f21bdd6b160c4abf57973aa7b643c9 /Library/Formula
parentb4421ae368f06e4f93002c8976f486ee6ea27144 (diff)
downloadhomebrew-a9fe7bf21ee8bf2202726fcfebfc17ec5ae1a872.tar.bz2
mongodb: add bottles.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongodb.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 4bdb70805..706ee156a 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -12,6 +12,12 @@ class Mongodb < Formula
head 'https://github.com/mongodb/mongo.git'
+ bottle do
+ sha1 'ddac997b68deff5bfa04d22f5ddef44f895e6629' => :mountain_lion
+ sha1 '85ed3769ab3bc301dd044c94522fea24fb91d16f' => :lion
+ sha1 '2e5a28f2a9c97058b5e3b002403ed2fb3439cd8c' => :snow_leopard
+ end
+
depends_on 'scons' => :build
depends_on 'openssl' => :optional