From c0c9e6d6b07a90f1031cf20671eacbb2806b79b1 Mon Sep 17 00:00:00 2001 From: Shawn Jonnet Date: Tue, 15 May 2012 14:36:23 -0300 Subject: Node 0.6.18 Closes #12260. Signed-off-by: Jack Nagel --- Library/Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/node.rb') 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' -- cgit v1.2.3