diff options
| author | Christian Moritz | 2012-12-14 06:40:04 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-14 09:24:21 -0800 |
| commit | 1d816c6eebc6ee24f7a316cb51e2eb87cb508ee2 (patch) | |
| tree | 977410a235772c42842c2af2a380ba9af17dd9cd /Library/Formula | |
| parent | faae352ebd16e812e2bae45536adb400abfb3eed (diff) | |
| download | homebrew-1d816c6eebc6ee24f7a316cb51e2eb87cb508ee2.tar.bz2 | |
node 0.8.16
Closes #16566.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 6339f433a..924753c9b 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.15/node-v0.8.15.tar.gz' - sha1 'a7874cde1a87497992f1f8ea0fdaa760f617a94f' + url 'http://nodejs.org/dist/v0.8.16/node-v0.8.16.tar.gz' + sha1 '6479366bfbc2b4392f7f496dec55b5ab719308c0' head 'https://github.com/joyent/node.git' |
