diff options
| author | Anthony Pearson | 2012-08-03 07:44:59 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-03 08:23:48 -0700 |
| commit | d8ef816ca8944067e662696e5e9d7723547d89c3 (patch) | |
| tree | 49bdc4609aba16671a5a65559a3c0573eadcaf1d /Library/Formula/node.rb | |
| parent | 3113434e7107c928dcfd411160bf44b921dd564d (diff) | |
| download | homebrew-d8ef816ca8944067e662696e5e9d7723547d89c3.tar.bz2 | |
node.js 0.8.5
Closes #13915.
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 6febfd231..755ab75ee 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,8 +2,8 @@ require 'formula' class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.4/node-v0.8.4.tar.gz' - sha1 '8473e3dd48ab3734e2c92de0518cb80c2cdf750f' + url 'http://nodejs.org/dist/v0.8.5/node-v0.8.5.tar.gz' + sha1 '835ba5ca429e56f65aeb1a5d9730fff105e86337' head 'https://github.com/joyent/node.git' |
