aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJack Nagel2012-01-22 21:59:48 -0600
committerJack Nagel2012-01-22 21:59:58 -0600
commitb53a434fe453a3fd34079b4085d5366c95427852 (patch)
tree015fe103fe103d6d17c3fe60017508183a355d69 /Library/Formula/node.rb
parent796a630d5af13f1aa00087302f5fd52bb60f4cb9 (diff)
downloadhomebrew-b53a434fe453a3fd34079b4085d5366c95427852.tar.bz2
node: fix typo in URL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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'