aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 1144b087e..6ff6e760e 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -7,13 +7,13 @@ class Mongodb <Formula
aka :mongo
if Hardware.is_64_bit? and not ARGV.include? '--32bit'
- url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.2.0.tgz'
- md5 'e2d6f7b7f1c0ab71fd629c015ced033c'
- version '1.2.0-x86_64'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.2.2.tgz'
+ md5 '8e2076038cd269bc89dbd7cbb3a9afcd'
+ version '1.2.2-x86_64'
else
- url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.2.0.tgz'
- md5 'e85c3e4bdf910ece0e47f85885b78219'
- version '1.2.0-i386'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.2.2.tgz'
+ md5 '8654ad8e1da9d055d17352e0066a363a'
+ version '1.2.2-i386'
end
def skip_clean? path