Update node.js to 1.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
256b261a91
commit
e6fc0a5a13
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.4.tar.gz'
|
||||
url 'http://nodejs.org/dist/node-v0.4.5.tar.gz'
|
||||
head 'git://github.com/joyent/node.git'
|
||||
homepage 'http://nodejs.org/'
|
||||
md5 '76cd94ec9b721296ed39081b8439efa5'
|
||||
md5 '7d7536aab7c6320f160b42c18c48bb30'
|
||||
|
||||
fails_with_llvm
|
||||
|
||||
|
|
Loading…
Reference in a new issue