diff options
| author | Luke Gallagher | 2011-05-21 19:31:51 +1000 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-21 19:46:14 -0700 |
| commit | d8b4493ccbacaaac86771fcb1bda7913905ed813 (patch) | |
| tree | 4f79ffcb5262cfbae4bbbcfd6c88b39c003a20af /Library/Formula/node.rb | |
| parent | 555016b686cda1f374baf00dfe4165c662d7d571 (diff) | |
| download | homebrew-d8b4493ccbacaaac86771fcb1bda7913905ed813.tar.bz2 | |
node 0.4.8
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 e2f9595f7..59bcfc8fb 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.7.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.8.tar.gz' head 'git://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '7b955c8d5897ab3f3d5c21b7a04abdec' + md5 '22c9f69370069fe81678592cc8ae48f1' fails_with_llvm |
