From 7f2b0558f6c288d31172cc187444e78ab7938ecb Mon Sep 17 00:00:00 2001 From: Shawn Jonnet Date: Wed, 6 Jun 2012 15:57:42 -0300 Subject: Node 0.6.19 Signed-off-by: Adam Vandenberg --- Library/Formula/node.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/node.rb') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 4a076c095..1848c8bf1 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,14 +2,14 @@ require 'formula' class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz' - md5 '4a3d3123ccc7b9b21c1990fe074e3d14' + url 'http://nodejs.org/dist/v0.6.19/node-v0.6.19.tar.gz' + sha1 'f6c5cfbadff4788ac3a95f8263a0c2f4e07444b6' head 'https://github.com/joyent/node.git' devel do url 'http://nodejs.org/dist/v0.7.9/node-v0.7.9.tar.gz' - md5 '4f5485d1eda670fec93f4d8398c2b3ec' + sha1 '55539dcd0598fe4c4093fbc0b0cb40cb8319f9d0' end # Leopard OpenSSL is not new enough, so use our keg-only one -- cgit v1.2.3