diff options
| author | Adam Vandenberg | 2010-02-17 15:42:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-17 15:42:50 -0800 |
| commit | cdab2fcd53d034e098e3ddf6d165f8916c130a2d (patch) | |
| tree | 197878885997d08764b7ec1ca0135620c9cb874a /Library/Formula | |
| parent | a6b30f06e0df43c67a8d25b4277f80cd955b5717 (diff) | |
| download | homebrew-cdab2fcd53d034e098e3ddf6d165f8916c130a2d.tar.bz2 | |
Update node to 0.1.29.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | 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 82c35e7d3..8bea91b5a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node <Formula - url 'http://s3.amazonaws.com/four.livejournal/20100209/node-v0.1.28.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.29.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '3879560dc135151657883d566c78c502' + md5 '0932e11b9eb91c466146ca05cf6e34c1' aka 'node.js' |
