aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrey Chizh2013-06-18 22:29:31 +0300
committerAdam Vandenberg2013-06-18 14:13:15 -0700
commit7a75361dd27c89d5f42004621ee6ed9bf91b5820 (patch)
treed5b53f8c43a55d1aaf507203958382c04a84bcf1 /Library
parentbe34141f166bf7d093254602baad41b981f72833 (diff)
downloadhomebrew-7a75361dd27c89d5f42004621ee6ed9bf91b5820.tar.bz2
node 0.10.12
Closes #20587. 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 f7cd1eb5d..83e5d4052 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.11/node-v0.10.11.tar.gz'
- sha1 '4f646bb3418d1c177ce28cdbc61e71de35b38aea'
+ url 'http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz'
+ sha1 '3e4f692fb9156c0cee4dd35bd8a6be4ff89a29de'
devel do
url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz'