From ae6acb42c5fd6832a7490a49a95b05e5fdec09f1 Mon Sep 17 00:00:00 2001 From: Anthony Pearson Date: Thu, 16 Aug 2012 10:42:48 -0500 Subject: node 0.8.7 Closes #14233. 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 ee8ea86db..fa67a2372 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.8.6/node-v0.8.6.tar.gz' - sha1 '34c7ad2bb5450653748c65840155852d67742258' + url 'http://nodejs.org/dist/v0.8.7/node-v0.8.7.tar.gz' + sha1 '58ffb5884304e2f8415d8cee7921c42f66fc8d7b' head 'https://github.com/joyent/node.git' -- cgit v1.2.3