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:
parent
3a0e97c9f0
commit
07da760ece
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue