Upgrade node.js to 0.4.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Can Duruk 2011-02-19 22:29:17 -08:00 committed by Adam Vandenberg
parent 7d7d7d634d
commit 8a076fd2ad
1 changed files with 2 additions and 2 deletions

4
Formula/node.rb Normal file → Executable file
View File

@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
url 'http://nodejs.org/dist/node-v0.4.0.tar.gz'
url 'http://nodejs.org/dist/node-v0.4.1.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
md5 '18f89256751f9b8e27dee8494f508171'
md5 '9566bdbd05c18cc2bbe1fa0fba60dd0a'
# Stripping breaks dynamic loading
skip_clean :all