update node to 0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
46e5daebe9
commit
71a5f901dd
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.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
|
||||
|
|
Loading…
Reference in a new issue