diff options
| author | Stuart Carnie | 2010-08-13 09:34:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-13 09:48:40 -0700 |
| commit | f4aae0944d93e2265c2387571538231c1ea3617c (patch) | |
| tree | e1202a5023b77f90ae26a4ab303215891f091835 /Library/Formula/node.rb | |
| parent | 3ca44e1858f4efd79a3c255dd4f68a64fac8a6a8 (diff) | |
| download | homebrew-f4aae0944d93e2265c2387571538231c1ea3617c.tar.bz2 | |
Updated node to 1.104
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rwxr-xr-x | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 55b73ed02..df1c4ff0c 100755 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node <Formula - url 'http://nodejs.org/dist/node-v0.1.103.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.104.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '378307512e380e279969b0936e5ec5cc' + md5 '907fa1e0a2f1f0c3df5efc97fd05a7d2' # Stripping breaks dynamic loading skip_clean :all |
