mongodb 1.8.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andrew Nesbitt 2011-08-22 19:34:37 +01:00 committed by Adam Vandenberg
parent edfac89e59
commit 3c6e7008b5
1 changed files with 6 additions and 6 deletions

View File

@ -6,14 +6,14 @@ class Mongodb < Formula
packages = {
:x86_64 => {
:url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.2.tgz',
:md5 => '71acdb8fdd24cb8179b5436169e80912',
:version => '1.8.2-x86_64'
:url => 'http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-1.8.3.tgz',
:md5 => '8bdb3e110d6391d66379c5425c1c4e6e',
:version => '1.8.3-x86_64'
},
:i386 => {
:url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.2.tgz',
:md5 => '3cbe62979413058d5dac0ef20afbb70d',
:version => '1.8.2-i386'
:url => 'http://fastdl.mongodb.org/osx/mongodb-osx-i386-1.8.3.tgz',
:md5 => '5629e49d6d24a99850fb094efb98685c',
:version => '1.8.3-i386'
}
}