Update node.js formula.

See http://nodejs.org/docs/v0.2.1/changelog.html.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel De Aguiar 2010-09-11 14:33:43 -04:00 committed by Adam Vandenberg
parent 2f590d925d
commit ef1f094eb1

View file

@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
url 'http://nodejs.org/dist/node-v0.2.0.tar.gz'
url 'http://nodejs.org/dist/node-v0.2.1.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
md5 '99a6dacc44b3f9c6ec376ccb446dd0b8'
md5 'c6051dd216817bf0f95bea80c42cf262'
# Stripping breaks dynamic loading
skip_clean :all