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 82f8113d1..0e99a5734 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.2.tgz'
- md5 '1a202a73746798e4fa0fea0bcc213a5f'
- version '1.4.2-x86_64'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.4.3.tgz'
+ md5 '8bca0e966f2de3d66bb6faac3bbd041c'
+ version '1.4.3-x86_64'
else
- url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.2.tgz'
- md5 '70a42a0a6b05b398393fc76f0caaca86'
- version '1.4.2-i386'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.3.tgz'
+ md5 '8a264838a950043682718c330896ecbe'
+ version '1.4.3-i386'
end
def skip_clean? path