diff options
| author | pedro | 2009-11-10 22:45:54 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-11 19:12:50 +0000 |
| commit | 07e41593953998d3ececf729b8de28d8e1beb169 (patch) | |
| tree | 63bee34584640f433acd4146b8337b2143b81e86 /Library | |
| parent | a637680467d8a5ab1b5f502d1fd1a2fc18713840 (diff) | |
| download | homebrew-07e41593953998d3ececf729b8de28d8e1beb169.tar.bz2 | |
Updating node.rb and mongodb.rb Formulas to latest version.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongodb.rb | 12 | ||||
| -rw-r--r-- | Library/Formula/node.rb | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 4d149afb2..e3790d8ea 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -4,13 +4,13 @@ class Mongodb <Formula homepage 'http://www.mongodb.org/' if Hardware.is_64_bit? and not ARGV.include? '--32bit' - url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.1.2.tgz' - md5 '7fdcd8173fa975295b961e760eed1751' - version '1.1.2-x86_64' + url 'http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.1.3.tgz' + md5 '3d0d84de2e9c826c597b8b22f752ff71' + version '1.1.3-x86_64' else - url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.1.2.tgz' - md5 '0e10467e2a0877d189e4d4c0783ebc4b' - version '1.1.2-i386' + url 'http://downloads.mongodb.org/osx/mongodb-osx-i386-1.1.3.tgz' + md5 '8df71bdc8e127ee16db3ddd0fa748cf3' + version '1.1.3-i386' end def skip_clean? path diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 9bd27fa17..c76343d58 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,9 +1,9 @@ require 'formula' class Node <Formula - url 'http://s3.amazonaws.com/four.livejournal/20091009/node-v0.1.14.tar.gz' + url 'http://s3.amazonaws.com/four.livejournal/20091107/node-v0.1.17.tar.gz' homepage 'http://nodejs.org/' - md5 '7f73e4ca88ded4a9b102fdd4f6d18adf' + md5 '4e6c0427da7ff67cd475f28affb859e4' def install ENV.gcc_4_2 |
