aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wget.rb')
-rw-r--r--Library/Formula/wget.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index cdad430d5..81946a32d 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -2,7 +2,7 @@ require 'formula'
class Wget < Formula
homepage 'http://www.gnu.org/software/wget/'
- url 'http://ftp.gnu.org/gnu/wget/wget-1.13.3.tar.gz'
+ url 'http://ftpmirror.gnu.org/wget/wget-1.13.3.tar.gz'
md5 '2524f82296d51ef444e96e3a28bb4fbb'
depends_on "openssl" if MacOS.leopard?