diff options
| author | Andrew Nesbitt | 2011-06-18 11:43:34 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-18 09:30:53 -0700 |
| commit | dae14ece3c698e9e5fa89577db5e5f3766bd3eb8 (patch) | |
| tree | 5b767d033ecd5c3fbba06f09a4c11934d65f8fe2 /Library/Formula | |
| parent | 55fe63330159b7050869a0dda9944b5b06f7b761 (diff) | |
| download | homebrew-dae14ece3c698e9e5fa89577db5e5f3766bd3eb8.tar.bz2 | |
MongoDB 1.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mongodb.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index f3b1d1078..cc27ad879 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -6,14 +6,14 @@ class Mongodb < Formula packages = { :x86_64 => { - :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.1.tgz', - :md5 => 'e446ba61cc8898fa2ffd5046953155ca', - :version => '1.8.1-x86_64' + :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.2.tgz', + :md5 => '71acdb8fdd24cb8179b5436169e80912', + :version => '1.8.2-x86_64' }, :i386 => { - :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.1.tgz', - :md5 => 'db95a601072feb3031f628dd39ca2446', - :version => '1.8.1-i386' + :url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.2.tgz', + :md5 => '3cbe62979413058d5dac0ef20afbb70d', + :version => '1.8.2-i386' } } |
