diff options
| author | Mark Imbriaco | 2010-06-11 23:34:18 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-12 10:42:00 -0700 |
| commit | 0da053fb9723a5d3fadde66c6e0b9f2a7108239d (patch) | |
| tree | c678dc6f3340785fdaf42e19dae43f0edde133a4 /Library/Formula | |
| parent | 62b6f2669d717ca34a829fcc5bee9ef3592faefc (diff) | |
| download | homebrew-0da053fb9723a5d3fadde66c6e0b9f2a7108239d.tar.bz2 | |
Update for node.js 0.1.98.
* gnutls is not necessary, node uses libssl.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
