Revert "Upgrade node to 0.3.2."

We're sticking to stable versions at the moment, my fault.

This reverts commit 168cb3d3ff56105394d572dd2966b8b0de820714.
This commit is contained in:
Mike McQuaid 2011-01-03 17:19:26 +00:00
parent 3a0e97c9f0
commit 07da760ece

View file

@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
url 'http://nodejs.org/dist/node-v0.3.2.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 '590102724d7460bb3bda0674fd7aa1d2'
md5 'b1c50ceb43bee1b221be210b7bc7a216'
# Stripping breaks dynamic loading
skip_clean :all