From 0e8ea8aae9dadda53d0dc0cf680d383981770be9 Mon Sep 17 00:00:00 2001 From: Attila Györffy Date: Fri, 2 Mar 2012 21:48:05 +0000 Subject: node 0.6.12 Closes #10652. 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 245f0c054..4867b13e1 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.11/node-v0.6.11.tar.gz' - md5 '2f554353e831b8a22e6a85c676374374' + url 'http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz' + md5 'a12766ae4003c9712927d1fa134ed9f6' head 'https://github.com/joyent/node.git' -- cgit v1.2.3