diff options
| author | BrewTestBot | 2014-04-09 12:00:24 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-04-09 12:16:51 +0100 | 
| commit | 1ccbeaa66111bf3492dc234b6fe3661c095e11bd (patch) | |
| tree | e9137a609d210cd9a8a368ce2384efc3f45c0be5 /Library/Formula/mongodb.rb | |
| parent | b102e5a018c539175ab41c36f2a517a868d6acca (diff) | |
| download | homebrew-1ccbeaa66111bf3492dc234b6fe3661c095e11bd.tar.bz2 | |
mongodb: update 2.6.0 bottle.
Closes #28271.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index b0c41da3d..1e72aa141 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -7,9 +7,9 @@ class Mongodb < Formula    revision 1    bottle do -    sha1 "70ab70ec4b1817ec5b47b0187b55eda28731beaa" => :mavericks -    sha1 "001dd95bbe23457586e4670e61d2b819809dbd7e" => :mountain_lion -    sha1 "febdb380ec74673ff8edc93992ab838445a681be" => :lion +    sha1 "1c7b447ae2077b9efeaee2aa2c2474dc6b19ab6f" => :mavericks +    sha1 "0004e3bfb60db586f6ced02769ccd1cf325e0929" => :mountain_lion +    sha1 "7667f6cc36859fb9fced1885f382b76ae325583c" => :lion    end    head do  | 
