updated to reflect version 0.2.3 of node.js

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Eric Hayes 2010-10-04 17:26:20 -07:00 committed by Adam Vandenberg
parent 58c4c1966f
commit 07ffe965df

View file

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