aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorFredrik Forsmo2013-07-25 23:32:06 +0200
committerJack Nagel2013-07-25 18:54:34 -0500
commitdbc76e58101504953d94f9677ec8c53db45e73d8 (patch)
tree850f97c805e8a952a04317aed3f52f97713f3590 /Library/Formula/node.rb
parent3911cc1602863bbdb22a2fd6480e69be372d609c (diff)
downloadhomebrew-dbc76e58101504953d94f9677ec8c53db45e73d8.tar.bz2
node 0.10.14
Closes #21443. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-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 f1677aa19..574c6869d 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.13/node-v0.10.13.tar.gz'
- sha1 'f73d5f134296ed0aa16cbec5d727f94587844155'
+ url 'http://nodejs.org/dist/v0.10.14/node-v0.10.14.tar.gz'
+ sha1 'b5d27b36d25bd7d45e1bb52ce0e0fdfb49dde370'
devel do
url 'http://nodejs.org/dist/v0.11.4/node-v0.11.4.tar.gz'