aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChongyu Zhu2013-08-17 11:03:05 +0800
committerAdam Vandenberg2013-08-17 07:39:32 -0700
commit17828345ab9d100c6899437674ed5a23ead41e73 (patch)
tree660b95a8cabfc20dffed4a19d374098f93fa5273 /Library/Formula
parent7d5ab2cf39a92d90f8e17c906c4ab16a8ea8b422 (diff)
downloadhomebrew-17828345ab9d100c6899437674ed5a23ead41e73.tar.bz2
node 0.10.16
Closes #21948. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 8fe5a86d1..fcb67a523 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -32,8 +32,8 @@ end
# Note that x.even are stable releases, x.odd are devel releases
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz'
- sha1 '14174896de074c244b0ed2251a95d7163d5a5e87'
+ url 'http://nodejs.org/dist/v0.10.16/node-v0.10.16.tar.gz'
+ sha1 '646fd7ce38091ec9bd0c5d080a9da522edaabff7'
devel do
url 'http://nodejs.org/dist/v0.11.5/node-v0.11.5.tar.gz'