update node to 0.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Benjamin Fritsch 2010-08-20 11:36:18 +02:00 committed by Adam Vandenberg
parent 46e5daebe9
commit 71a5f901dd

View file

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