Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
node 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
gaarf authored and adamv committed Nov 12, 2011
1 parent 10aab5b commit b6eb4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/node.rb
@@ -1,10 +1,10 @@
require 'formula'

class Node < Formula
url 'http://nodejs.org/dist/v0.6.0/node-v0.6.0.tar.gz'
url 'http://nodejs.org/dist/v0.6.1/node-v0.6.1.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
md5 'c05f2dadd4d82c0d72dbc116e82cfc0e'
md5 '92b8085967110b0125c192634f127a2b'

# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?
Expand All @@ -27,7 +27,7 @@ def install
args = ["--prefix=#{prefix}"]
args << "--debug" if ARGV.include? '--debug'

# v0.6.0 appears to have a bug in parallel building
# v0.6 appears to have a bug in parallel building
# so we'll -j1 it for now
ENV.deparallelize

Expand Down

0 comments on commit b6eb4fc

Please sign in to comment.