diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | 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 df3be4e97..637be0659 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,13 +1,13 @@ require 'formula' class Node <Formula - url 'http://nodejs.org/dist/node-v0.1.99.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.100.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '641059d904fd87c29f16a31be862cabb' + md5 'f8567739b71d05b8edcae1916d7e80cb' aka 'node.js' - + def skip_clean? path # TODO: at some point someone should tweak this so it only skips clean # for the bits that break the build otherwise |
