diff options
| author | BrewTestBot | 2015-03-13 01:47:40 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 11:12:50 +0000 | 
| commit | e36dd9c339ab5f76c6447c7e57dc4e463b128387 (patch) | |
| tree | d1c83997499c480d698ca890a48315ad7ca9bdbe | |
| parent | 8e579374a185e8654487975ed11b484c84e05f90 (diff) | |
| download | homebrew-e36dd9c339ab5f76c6447c7e57dc4e463b128387.tar.bz2 | |
mongodb: update 3.0.0 bottle.
| -rw-r--r-- | Library/Formula/mongodb.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index b9cbea7dd..3e0163e68 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -16,9 +16,10 @@ class Mongodb < Formula    end    bottle do -    sha1 "1dbdf906491863fbd4b264c1d8c39c1dd795fc5f" => :yosemite -    sha1 "2808b95d23a2b7c361f81a5d599a4047e9f57ef3" => :mavericks -    sha1 "fde052a4159aac45108f81e4a9fc08a2dc153938" => :mountain_lion +    revision 1 +    sha256 "e9bb9dce2bc6e728d93e3c8891dba77b665c4928918fc5de6e8ee853431d79d5" => :yosemite +    sha256 "d292c96a2ea24b3be324b89412cd0a38403afddb00c6b9d17b550f58070d1207" => :mavericks +    sha256 "80ccc1c2e3b3e334bafdbd0efdb55f783fd8a4f5f4f440dd08daa1db9332601e" => :mountain_lion    end    option "with-boost", "Compile using installed boost, not the version shipped with mongodb" | 
