aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChongyu Zhu2013-03-22 02:37:43 +0800
committerJack Nagel2013-03-21 14:25:51 -0500
commitbfb5239890ae165da571963c22fcdc52cc6035b8 (patch)
treeacd7297544893aef6eb3ed789270b4ea6e5fcd58 /Library
parent32c633056a5f0b889ad9b9da3f7395caf74038b6 (diff)
downloadhomebrew-bfb5239890ae165da571963c22fcdc52cc6035b8.tar.bz2
node 0.10.1
Closes #18644. Signed-off-by: Jack Nagel <jacknagel@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 111763b87..7d842d17b 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -41,8 +41,8 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.10.0/node-v0.10.0.tar.gz'
- sha1 '7321266347dc1c47ed2186e7d61752795ce8a0ef'
+ url 'http://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz'
+ sha1 'd4d9ef3b70452112246ea2043ef75943611e3537'
head 'https://github.com/joyent/node.git'