diff options
| author | damienklinnert | 2013-01-19 20:58:51 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-19 12:04:30 -0800 |
| commit | da9c8d8bb68b85e753e88c74b58c417c46f40d52 (patch) | |
| tree | bca48a8cc95e9281706595c7c8e5e9f6ccc93678 /Library/Formula/node.rb | |
| parent | 54c2f102600325b5c28b06530d086cd5dd857239 (diff) | |
| download | homebrew-da9c8d8bb68b85e753e88c74b58c417c46f40d52.tar.bz2 | |
node 0.8.18
Closes #17193.
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 1aa4e2793..55cfc9f9b 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -44,8 +44,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.17/node-v0.8.17.tar.gz' - sha1 '65d22e4e183cee8888c797300d8fdbb5c530c740' + url 'http://nodejs.org/dist/v0.8.18/node-v0.8.18.tar.gz' + sha1 'e3bc9b64f60f76a32b7d9b35bf86b5d1b8166717' devel do url 'http://nodejs.org/dist/v0.9.6/node-v0.9.6.tar.gz' |
