diff options
| author | Chongyu Zhu | 2013-02-26 19:25:42 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-26 07:48:58 -0800 |
| commit | 7d956e981f252ada3c765ed09e55777d651e811c (patch) | |
| tree | a26f63e0cc7fb6c3752d5fa2ad3562b1499ccdca /Library | |
| parent | f63e46434afdfea9a44bbdea4c94167fdb257ffa (diff) | |
| download | homebrew-7d956e981f252ada3c765ed09e55777d651e811c.tar.bz2 | |
node 0.8.21
Closes #18095.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 a2ef2ddce..a29359dce 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -42,8 +42,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz' - sha1 'b780f58f0e3bc43d2380d4a935f2b45350783b37' + url 'http://nodejs.org/dist/v0.8.21/node-v0.8.21.tar.gz' + sha1 '65ab7307f1aee12be4c88e396e2510967a52b1c6' devel do url 'http://nodejs.org/dist/v0.9.10/node-v0.9.10.tar.gz' |
