diff options
| author | Anthony Pearson | 2012-07-25 23:07:46 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-25 21:44:33 -0700 |
| commit | 7b2f6827a7ab8bc41f28b960b4d8de5c87b8cd46 (patch) | |
| tree | dfc535bfe09992bd988cd6f24cc3950d2e0aee19 /Library/Formula/node.rb | |
| parent | 29b2eb06fc9e316f708723c87a510b6152860274 (diff) | |
| download | homebrew-7b2f6827a7ab8bc41f28b960b4d8de5c87b8cd46.tar.bz2 | |
Node.js 0.8.4
Closes #13605.
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 9bb315e8c..6febfd231 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.3/node-v0.8.3.tar.gz' - sha1 'f699d3788e242ed87a9037bae1aa0fa9335e45a9' + url 'http://nodejs.org/dist/v0.8.4/node-v0.8.4.tar.gz' + sha1 '8473e3dd48ab3734e2c92de0518cb80c2cdf750f' head 'https://github.com/joyent/node.git' |
