diff options
| author | Adam Vandenberg | 2011-08-17 23:20:58 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-17 23:21:48 -0700 |
| commit | d77da64d8d3b4b181439102526c6da1418820193 (patch) | |
| tree | ccdea95cbe159770dd3e2355ca8a3909779eb9e3 /Library/Formula/node.rb | |
| parent | 63da621a3fb430cb9ae757a09077890be8aa689e (diff) | |
| download | homebrew-d77da64d8d3b4b181439102526c6da1418820193.tar.bz2 | |
node 0.4.11
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index ceff8ea6d..a92022f7c 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/node-v0.4.10.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.11.tar.gz' head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '2e8b82a9788308727e285d2d4a129c29' + md5 'ac4c3eaa0667d5e3eacf56fd26a4eadc' # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? |
