aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEvan Sharp2010-03-28 11:50:43 -0400
committerDavid Höppner2010-03-29 12:54:53 +0200
commitd95a4dd32fe6155893c8c854b9613b2223462295 (patch)
tree600126fb197e61593c7a5d2c7ddf33f676d3428e /Library/Formula
parent4d9cdd000edb4863b80d8fc20e7eb6d99fe2c238 (diff)
downloadhomebrew-d95a4dd32fe6155893c8c854b9613b2223462295.tar.bz2
Upgrade mongodb to version 1.4.0
Signed-off-by: David Höppner <0xffea@gmail.com>
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 d482481a7..a2830e019 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.4.tgz'
- md5 '775835b5038b6724a27bb7d804acb079'
- version '1.2.4-x86_64'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.4.0.tgz'
+ md5 'c1e7fa4a566a050810ec00c746f40b4b'
+ version '1.4.0-x86_64'
else
- url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.2.4.tgz'
- md5 '330d211bdc2c69e27a19049bd35fd04d'
- version '1.2.4-i386'
+ url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.4.0.tgz'
+ md5 '37bc07e09c6be6dbc4289bec54c0b120'
+ version '1.4.0-i386'
end
def skip_clean? path