Update node.js to 0.2.6.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Aku Kotkavuo 2010-12-31 07:32:40 +02:00 committed by Adam Vandenberg
parent beb166545f
commit 1ddd11de2a

View file

@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
url 'http://nodejs.org/dist/node-v0.2.5.tar.gz'
url 'http://nodejs.org/dist/node-v0.2.6.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
md5 '7f6f99fefef172e0517657d0eb69b59d'
md5 'b1c50ceb43bee1b221be210b7bc7a216'
# Stripping breaks dynamic loading
skip_clean :all