Update node to 0.2.5.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
10862a738a
commit
465327c7ff
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.2.4.tar.gz'
|
||||
url 'http://nodejs.org/dist/node-v0.2.5.tar.gz'
|
||||
head 'git://github.com/ry/node.git'
|
||||
homepage 'http://nodejs.org/'
|
||||
md5 '413c8f648be1cb9f6f6db615894c75a2'
|
||||
md5 '7f6f99fefef172e0517657d0eb69b59d'
|
||||
|
||||
# Stripping breaks dynamic loading
|
||||
skip_clean :all
|
||||
|
|
Loading…
Reference in a new issue