From fbbf08edff6903fa7a60905324c923c221fb3695 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 17 Feb 2012 19:10:45 -0600 Subject: node stable 0.6.11 Signed-off-by: Jack Nagel --- Library/Formula/node.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula/node.rb') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index ea2cede5b..d26e287f6 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,9 +1,10 @@ require 'formula' class Node < Formula - url 'http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz' - md5 '8a74fd5d48c2c7c64abc60b2b8f3fbc7' homepage 'http://nodejs.org/' + url 'http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz' + md5 '2f554353e831b8a22e6a85c676374374' + head 'https://github.com/joyent/node.git' devel do -- cgit v1.2.3