node.js 0.4.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
85be114803
commit
f738240ba4
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Node < Formula
|
||||
url 'http://nodejs.org/dist/node-v0.4.8.tar.gz'
|
||||
url 'http://nodejs.org/dist/node-v0.4.9.tar.gz'
|
||||
head 'https://github.com/joyent/node.git'
|
||||
homepage 'http://nodejs.org/'
|
||||
md5 '22c9f69370069fe81678592cc8ae48f1'
|
||||
md5 'e525b8b99d949bf2f031bc262c138e96'
|
||||
|
||||
# Leopard OpenSSL is not new enough, so use our keg-only one
|
||||
depends_on 'openssl' if MacOS.leopard?
|
||||
|
|
Loading…
Reference in a new issue