node 0.6.12

Closes Homebrew/homebrew#10652.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Attila Györffy 2012-03-02 21:48:05 +00:00 committed by Jack Nagel
parent 907b5f0a6c
commit 890d1140cf

View file

@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz'
md5 '2f554353e831b8a22e6a85c676374374'
url 'http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz'
md5 'a12766ae4003c9712927d1fa134ed9f6'
head 'https://github.com/joyent/node.git'