aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJack Nagel2012-03-15 13:08:56 -0500
committerJack Nagel2012-03-15 13:08:56 -0500
commit9c6d794d9877e2caec29d88dbedfbadfd2ff5793 (patch)
tree88235ff835f82a94c42ebd2e9294041648e96b2c /Library/Formula/node.rb
parent43b9fee46426e837cf1996e20f60c778cf633083 (diff)
downloadhomebrew-9c6d794d9877e2caec29d88dbedfbadfd2ff5793.tar.bz2
node 0.6.13
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 4867b13e1..e29f241f8 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz'
- md5 'a12766ae4003c9712927d1fa134ed9f6'
+ url 'http://nodejs.org/dist/v0.6.13/node-v0.6.13.tar.gz'
+ md5 '87078586e226fd7a4db60d38bea9aad6'
head 'https://github.com/joyent/node.git'