Update for node.js 0.1.98.

* gnutls is not necessary, node uses libssl.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mark Imbriaco 2010-06-11 23:34:18 -04:00 committed by Adam Vandenberg
parent 4697bba2c2
commit 380439710e
1 changed files with 2 additions and 4 deletions

View File

@ -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