From 86a4f5c25bfa832647ac2b050bdb2fb091cc8abd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 10 Apr 2012 06:19:33 -0700 Subject: [PATCH] Node 0.6.15 --- Formula/node.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index e36b4d2138..88d54bad65 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -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