aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorShawn Jonnet2012-05-15 14:36:23 -0300
committerJack Nagel2012-05-15 14:15:30 -0500
commitc0c9e6d6b07a90f1031cf20671eacbb2806b79b1 (patch)
tree3620741dd5560a66405b797073c8499b4f2b6c35 /Library/Formula/node.rb
parent985c0d2914628f335d38a41241a6973e71c845b5 (diff)
downloadhomebrew-c0c9e6d6b07a90f1031cf20671eacbb2806b79b1.tar.bz2
Node 0.6.18
Closes #12260. 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 ae813688e..fde3d1c40 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.6.17/node-v0.6.17.tar.gz'
- md5 '55641d5d280cdd4e0c030c203107599d'
+ url 'http://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz'
+ md5 '4a3d3123ccc7b9b21c1990fe074e3d14'
head 'https://github.com/joyent/node.git'