aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Earles2012-01-06 21:55:30 -0500
committerAdam Vandenberg2012-01-07 10:36:08 -0800
commit9a52dcf164dc7f1efc1792d59448248e87613118 (patch)
tree08e6fbf3d93b7abbd535a1fb1d183bb101c64f58
parentb17e803e02acbcb10d7ddba183216885f1881d69 (diff)
downloadhomebrew-9a52dcf164dc7f1efc1792d59448248e87613118.tar.bz2
node 0.6.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 66070d035..b33d7d84e 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.6/node-v0.6.6.tar.gz'
+ url 'http://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 '43836ebd6e8e9059c4584e3b5ab50009'
+ md5 'e7b238356ea7fb230b956010931ca468'
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?