diff options
| author | BrewTestBot | 2015-03-03 19:19:53 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-04 11:20:25 +0000 | 
| commit | c71b0a7e45734073b9635b88133e4b8ccf4f8c2a (patch) | |
| tree | af112f9f1b2c35b1b4d6dec20f824ab1a0f44d3b | |
| parent | e4731f4ba9ce7b4ba3a344b5f23df9e871a921cd (diff) | |
| download | homebrew-c71b0a7e45734073b9635b88133e4b8ccf4f8c2a.tar.bz2 | |
mongodb: update 3.0.0 bottle.
| -rw-r--r-- | Library/Formula/mongodb.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 54cb98522..c6e751fb6 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -16,6 +16,9 @@ class Mongodb < Formula    bottle do +    sha1 "1dbdf906491863fbd4b264c1d8c39c1dd795fc5f" => :yosemite +    sha1 "2808b95d23a2b7c361f81a5d599a4047e9f57ef3" => :mavericks +    sha1 "fde052a4159aac45108f81e4a9fc08a2dc153938" => :mountain_lion    end    option "with-boost", "Compile using installed boost, not the version shipped with mongodb" | 
