node 0.6.12
Closes Homebrew/homebrew#10652. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
907b5f0a6c
commit
890d1140cf
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue