From 91636ea9143e901269abcabcbac8be2e444eea4a Mon Sep 17 00:00:00 2001 From: Chandler Latour Date: Thu, 28 Mar 2013 13:21:44 -0700 Subject: node 0.10.2 Closes #18803. Signed-off-by: Adam Vandenberg --- Library/Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 7d842d17b..c840d303a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -41,8 +41,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz' - sha1 'd4d9ef3b70452112246ea2043ef75943611e3537' + url 'http://nodejs.org/dist/v0.10.2/node-v0.10.2.tar.gz' + sha1 '759a05eff48ff0b54e55748012c5c45502f7cecd' head 'https://github.com/joyent/node.git' -- cgit v1.2.3