aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorBrandon R. Stoner2012-01-19 21:20:04 -0700
committerJack Nagel2012-01-20 11:42:12 -0600
commitbc37bce36677266ebd6616b31ca0b8268599df1d (patch)
tree2e33b28f7ae7a741b84074f769282efcd61af9c6 /Library/Formula/node.rb
parented07a0f4115feb0faa420d748a163151cf1e0629 (diff)
downloadhomebrew-bc37bce36677266ebd6616b31ca0b8268599df1d.tar.bz2
node 0.6.8
Closes #9679. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-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 b33d7d84e..ae360b11a 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.7/node-v0.6.7.tar.gz'
+ url 'http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 'e7b238356ea7fb230b956010931ca468'
+ md5 '9fd7baa2d27b848c3134e6ae35bb87b2'
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?