node 0.6.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
63696ded73
commit
db35c00fab
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Node < Formula
|
||||
url 'http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz'
|
||||
md5 'c2d2aee123a141ba8431855f1d9c8200'
|
||||
url 'http://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz'
|
||||
md5 '8a74fd5d48c2c7c64abc60b2b8f3fbc7'
|
||||
homepage 'http://nodejs.org/'
|
||||
head 'https://github.com/joyent/node.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue