node stable 0.6.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e466dae5c2
commit
cf37c1d059
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Node < Formula
|
||||
url 'http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz'
|
||||
md5 '8a74fd5d48c2c7c64abc60b2b8f3fbc7'
|
||||
homepage 'http://nodejs.org/'
|
||||
url 'http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz'
|
||||
md5 '2f554353e831b8a22e6a85c676374374'
|
||||
|
||||
head 'https://github.com/joyent/node.git'
|
||||
|
||||
devel do
|
||||
|
|
Loading…
Reference in a new issue