diff options
| author | Adrien Cahen | 2011-11-20 10:50:26 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-20 13:10:48 -0800 |
| commit | 05b94b9354b259e95e4accc05da8e88082329153 (patch) | |
| tree | 704f5f3220aa3b9e4529fbd275ed788cadd61f51 /Library/Formula/node.rb | |
| parent | c15e19443860f1fa062c793db63ef83240c91ecd (diff) | |
| download | homebrew-05b94b9354b259e95e4accc05da8e88082329153.tar.bz2 | |
Node.js 0.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 12cae11e2..faf8eb011 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.1/node-v0.6.1.tar.gz' + url 'http://nodejs.org/dist/v0.6.2/node-v0.6.2.tar.gz' head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '92b8085967110b0125c192634f127a2b' + md5 '875431b2c2e3d0ebf5a676b3d96bf766' # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? |
