diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rwxr-xr-x | Library/Formula/node.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index d8f19b4f6..40e152e35 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.4.1.tar.gz' - head 'git://github.com/ry/node.git' + url 'http://nodejs.org/dist/node-v0.4.2.tar.gz' + head 'git://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '9566bdbd05c18cc2bbe1fa0fba60dd0a' + md5 '9e9e791e125f6a601ebc663dc99c72a8' # Stripping breaks dynamic loading skip_clean :all |
