diff options
| author | Vladimir Andrijevik | 2011-03-26 10:53:11 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-26 07:29:59 -0700 |
| commit | 83753a91797bd6035214667d247e5ae6e36c16ae (patch) | |
| tree | 9bb7df31621b473cfca5b08cb76058cfacb24094 /Library/Formula/node.rb | |
| parent | f4a925da5aee87cf7e2509116a495779a1af64b8 (diff) | |
| download | homebrew-83753a91797bd6035214667d247e5ae6e36c16ae.tar.bz2 | |
Upgrade node.js to 0.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index f5d760f6e..19fb30198 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node < Formula - url 'http://nodejs.org/dist/node-v0.4.3.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.4.tar.gz' head 'git://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 'a2a6a6699e275a30f6047b1f33281a77' + md5 '76cd94ec9b721296ed39081b8439efa5' fails_with_llvm |
