aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJohn Earles2011-12-04 07:33:48 -0500
committerAdam Vandenberg2011-12-04 09:26:06 -0800
commit79fbb8609ceed3aa5d7debc941a056209f48a20b (patch)
treee589bea6efbff37433763918c4cef9ab4c54958d /Library
parentc2f376ccab8000dbd0fb4d3b7588e8f2a4a6007a (diff)
downloadhomebrew-79fbb8609ceed3aa5d7debc941a056209f48a20b.tar.bz2
node 0.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 57e352c4e..200955c4e 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.4/node-v0.6.4.tar.gz'
+ url 'http://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 'a170bef450de365720223c3af3747bf7'
+ md5 '0aaae7ebf357b4a67dcf1916dfc250fa'
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?