Update node.js to 0.2.4.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Aku Kotkavuo 2010-10-25 03:39:23 +03:00 committed by Adam Vandenberg
parent 59297b10f3
commit 9d2d20fb2f

View file

@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
url 'http://nodejs.org/dist/node-v0.2.3.tar.gz'
url 'http://nodejs.org/dist/node-v0.2.4.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
md5 '08fe2ff7808faed5e362a45211078874'
md5 '413c8f648be1cb9f6f6db615894c75a2'
# Stripping breaks dynamic loading
skip_clean :all