aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Nesbitt2011-08-22 19:34:37 +0100
committerAdam Vandenberg2011-08-22 20:35:25 -0700
commit6d46eec8cb6bdf6d6575f8272f12937ea64b8284 (patch)
treefff3781dd97a9af575f2d9b2b3fe9ed27b5de06d /Library
parentfae948bbbdc7847a04d2a9092d283e06477024ec (diff)
downloadhomebrew-6d46eec8cb6bdf6d6575f8272f12937ea64b8284.tar.bz2
mongodb 1.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 cc27ad879..77183fa1d 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.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'
}
}