aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAttila Györffy2012-05-04 22:00:56 +0100
committerAdam Vandenberg2012-05-05 09:26:43 -0700
commita3ecde3f7d28247247f36ee6e044b10a45e60cb9 (patch)
tree99b84cebb1879c74fdf77f78c1e6d1cddb52d9d6 /Library
parent4ee86c477b7b309f382ff11f4dfb10097ce87216 (diff)
downloadhomebrew-a3ecde3f7d28247247f36ee6e044b10a45e60cb9.tar.bz2
Node 0.6.17
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 0c088e711..ae813688e 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.16/node-v0.6.16.tar.gz'
- md5 '14396c18be0ca9660cf61ae38bee6fde'
+ url 'http://nodejs.org/dist/v0.6.17/node-v0.6.17.tar.gz'
+ md5 '55641d5d280cdd4e0c030c203107599d'
head 'https://github.com/joyent/node.git'