aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku Kotkavuo2013-10-01 02:01:41 +0300
committerAdam Vandenberg2013-09-30 20:34:26 -0700
commit653960e0428eba4d958fc49d0a82d37876fffe4f (patch)
treee232ebea44e52fccfaabc5a103a03f61deccca86 /Library
parentdd0dc3888b9f569f5c93858016cf791028fc0aed (diff)
downloadhomebrew-653960e0428eba4d958fc49d0a82d37876fffe4f.tar.bz2
Node 0.10.20
Closes #22951. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 5dd978682..e78e17447 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.19/node-v0.10.19.tar.gz'
- sha1 '39478caf7024af6d992007457540f8941104c5d9'
+ url 'http://nodejs.org/dist/v0.10.20/node-v0.10.20.tar.gz'
+ sha1 'd8777ac318627c1413f01358ea5c455f0f86e4b5'
devel do
url 'http://nodejs.org/dist/v0.11.7/node-v0.11.7.tar.gz'