diff options
| -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 0405c828f..71c3dd77b 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -16,6 +16,9 @@ class Mongodb < Formula    end    bottle do +    sha256 "3761153651660207c145da9eac659c7b8ddaed879b44f6127c534d5f79e32f46" => :yosemite +    sha256 "f761d0e8d97fcc924c466165a6193c7c8169153b9afd33ca77b35bbb3a16b5e7" => :mavericks +    sha256 "7b212a87996b0e3cc9a9eddb180ec41bfbe9e056528c5f060029d94c18a8828a" => :mountain_lion    end    option "with-boost", "Compile using installed boost, not the version shipped with mongodb" | 
