diff options
| author | Micheil Smith | 2010-02-06 00:48:52 +1100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-07 11:50:54 -0800 |
| commit | ea098c74736ab8c7ee660da1e57d218622ee39b3 (patch) | |
| tree | 51b5bcc41ed2f3d44d31170868924d3f40abd443 /Library/Formula | |
| parent | c9128c0582b84ba7c1bb1f948322c2d17e70ca0a (diff) | |
| download | homebrew-ea098c74736ab8c7ee660da1e57d218622ee39b3.tar.bz2 | |
Updated Formula: Node to latest version.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/node.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index dac3bad0c..06155fc6c 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,13 +1,15 @@ require 'formula' class Node <Formula - url 'http://s3.amazonaws.com/four.livejournal/20100120/node-v0.1.26.tar.gz' + url 'http://s3.amazonaws.com/four.livejournal/20100203/node-v0.1.27.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '8c65ce4bca6789d838401c29b41bcb58' + md5 '7dffe5ee6a6f531d711235d1227b0989' 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 |
