diff options
| author | Adrien Cahen | 2011-11-11 19:43:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-11 19:59:54 -0800 |
| commit | b6eb4fcd8d5e009764a18d205c7facece03d31df (patch) | |
| tree | 99092b4925596e1e1908b5fd59c0ef77fc7ce328 /Library/Formula/node.rb | |
| parent | 10aab5b147fe7c34d9f8e5a84c319bd2de8e015d (diff) | |
| download | homebrew-b6eb4fcd8d5e009764a18d205c7facece03d31df.tar.bz2 | |
node 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 452254aac..12cae11e2 100644 --- a/Library/Formula/node.rb +++ b/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? @@ -27,7 +27,7 @@ class Node < Formula 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 |
