diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 0d137e500..2af959796 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,15 +1,13 @@ require 'formula' class Node <Formula - url 'http://nodejs.org/dist/node-v0.1.97.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.98.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '4e80b775f9417cc8305fdec34646d8fb' + md5 'd8a75cb5c18ce20e0206ced95a8c1544' aka 'node.js' - depends_on 'gnutls' => :recommended - 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 |
