diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index ea2cede5b..d26e287f6 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,9 +1,10 @@ require 'formula' class Node < Formula - url 'http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz' - md5 '8a74fd5d48c2c7c64abc60b2b8f3fbc7' homepage 'http://nodejs.org/' + url 'http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz' + md5 '2f554353e831b8a22e6a85c676374374' + head 'https://github.com/joyent/node.git' devel do |
