aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 7ff17c1e0..ecbb88e40 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.4.1.tgz'
- md5 'aaaccadb17e32dc476ab0d0aacae0e0d'
- version '1.4.1-x86_64'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.4.2.tgz'
+ md5 '1a202a73746798e4fa0fea0bcc213a5f'
+ version '1.4.2-x86_64'
else
- url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.1.tgz'
- md5 '8f144824d986e13f4a2b7c46cf75c1c6'
- version '1.4.1-i386'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.2.tgz'
+ md5 '70a42a0a6b05b398393fc76f0caaca86'
+ version '1.4.2-i386'
end
def skip_clean? path