aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrey Chizh2013-06-05 00:42:57 +0300
committerAdam Vandenberg2013-06-04 15:31:26 -0700
commitb4922790b95ed10e01f2b422717020f303feff79 (patch)
tree2e8e6487c4c3c134358b7b86441a67177f1eefaf /Library/Formula
parent1179e94fb8a3eeca1430edbd5857f9b8a34e5a65 (diff)
downloadhomebrew-b4922790b95ed10e01f2b422717020f303feff79.tar.bz2
node 0.10.10
Closes #20269. 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 e9e806a10..ed5bfa029 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.9/node-v0.10.9.tar.gz'
- sha1 'e4b2bb8c42da2ec90e6fd81da1e6b382ba499608'
+ url 'http://nodejs.org/dist/v0.10.10/node-v0.10.10.tar.gz'
+ sha1 'c21643a57b1ec9eca56e6deac22fe075616e0e9c'
devel do
url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz'