aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Gstir2013-07-10 11:39:58 +0200
committerAdam Vandenberg2013-07-10 06:58:00 -0700
commit940331899d1944c9015069625aba65d633aa3265 (patch)
treeb18b8be659e067dd78c0af222ddd1030c691f1e2 /Library
parent0f96a13f79a3c4f66fb484b3c3951e5e09fdf0a1 (diff)
downloadhomebrew-940331899d1944c9015069625aba65d633aa3265.tar.bz2
node 0.10.13
Closes #21116. 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 5b8fd647b..8b738ec7e 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -31,8 +31,8 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz'
- sha1 '3e4f692fb9156c0cee4dd35bd8a6be4ff89a29de'
+ url 'http://nodejs.org/dist/v0.10.13/node-v0.10.13.tar.gz'
+ sha1 'f73d5f134296ed0aa16cbec5d727f94587844155'
devel do
url 'http://nodejs.org/dist/v0.11.3/node-v0.11.3.tar.gz'