aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrew Nesbitt2011-06-18 11:43:34 +0100
committerAdam Vandenberg2011-06-18 09:30:53 -0700
commitdae14ece3c698e9e5fa89577db5e5f3766bd3eb8 (patch)
tree5b767d033ecd5c3fbba06f09a4c11934d65f8fe2 /Library/Formula
parent55fe63330159b7050869a0dda9944b5b06f7b761 (diff)
downloadhomebrew-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.rb12
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'
}
}