aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 5ec8afe3d..1f108af06 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,7 +2,7 @@ require 'formula'
class Node < Formula
if ARGV.build_devel?
- url 'http://nodejs.org/dist/v0.6.8/node-v0.7.0.tar.gz'
+ url 'http://nodejs.org/dist/v0.7.0/node-v0.7.0.tar.gz'
md5 '5aceaa4e7aa43d78f87005f468dd6e3a'
else
url 'http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz'