From 97fce9aa00da7bac2ea92bd3a06f0fa3b4bb9369 Mon Sep 17 00:00:00 2001 From: Attila Györffy Date: Thu, 15 Dec 2011 23:44:39 +0000 Subject: Node.js 0.6.6 Signed-off-by: Adam Vandenberg --- 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 1bebb05f9..66070d035 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node < Formula - url 'http://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz' + url 'http://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz' head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '0aaae7ebf357b4a67dcf1916dfc250fa' + md5 '43836ebd6e8e9059c4584e3b5ab50009' # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? -- cgit v1.2.3