Node 0.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
bce3f10be8
commit
9b455d7990
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.8.0/node-v0.8.0.tar.gz'
|
||||
sha1 '5171fb46fbfee5ac7129c4b17207a3f35a1f57e8'
|
||||
url 'http://nodejs.org/dist/v0.8.1/node-v0.8.1.tar.gz'
|
||||
sha1 '892790553b8121ba8624d8293d0cb7d8b01094d7'
|
||||
|
||||
head 'https://github.com/joyent/node.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue