aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJohn Earles2012-01-27 20:46:01 -0500
committerJack Nagel2012-01-27 20:57:07 -0600
commitfa26568be0d43e725b1f75098454682cca813ab1 (patch)
tree29d59b3dec7774c69e83534a2c2e3f762d1b1890 /Library/Formula/node.rb
parent5d1f3e6eddb9f83202b786c5329311b088ee5408 (diff)
downloadhomebrew-fa26568be0d43e725b1f75098454682cca813ab1.tar.bz2
node 0.6.9
Closes #9823. 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 a1a174e55..f7edcf965 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -1,8 +1,8 @@
require 'formula'
class Node < Formula
- url 'http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz'
- md5 '9fd7baa2d27b848c3134e6ae35bb87b2'
+ url 'http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz'
+ md5 'c2d2aee123a141ba8431855f1d9c8200'
homepage 'http://nodejs.org/'
head 'https://github.com/joyent/node.git'