Node 0.6.15

This commit is contained in:
Adam Vandenberg 2012-04-10 06:19:33 -07:00
parent bc6d359ae8
commit 86a4f5c25b

View file

@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz'
md5 '3033a866e230cca64e212ee8f2af27dd'
url 'http://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz'
md5 '852cfb1ed8125a4cdba456446d869d19'
head 'https://github.com/joyent/node.git'
@ -27,12 +27,6 @@ class Node < Formula
end
def install
# This fixes an issue with npm segfaulting. See:
# https://github.com/joyent/node/issues/2061
# This can be removed when some version newer than 7.7 lands
# that has this fix. When updating this formula, please check!
ENV.append_to_cflags '-D__DARWIN_64_BIT_INO_T'
unless ARGV.build_devel?
inreplace 'wscript' do |s|
s.gsub! '/usr/local', HOMEBREW_PREFIX