diff options
| author | Vladimir Andrijevik | 2011-04-23 03:18:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-22 18:25:50 -0700 |
| commit | cb6a4b4765ca4439eb03cd137cc6cbae143a8c62 (patch) | |
| tree | b8c159a986c9c2f03e11eaff21119ac2938bdff5 /Library/Formula/node.rb | |
| parent | e7ed6a75d835c95e9cdbb5a329c106ec0c5fa45f (diff) | |
| download | homebrew-cb6a4b4765ca4439eb03cd137cc6cbae143a8c62.tar.bz2 | |
Node 0.4.7
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 f407440e4..e2f9595f7 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.6.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.7.tar.gz' head 'git://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 'adc911c886fbe0f283cf994403fd4e3c' + md5 '7b955c8d5897ab3f3d5c21b7a04abdec' fails_with_llvm |
