diff options
| -rw-r--r-- | Library/Formula/wget.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index f451f37ad..7f2285ba4 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -2,8 +2,8 @@ require 'formula' class Wget <Formula homepage 'http://www.gnu.org/software/wget/' - url 'http://ftp.gnu.org/gnu/wget/wget-1.11.4.tar.bz2' - md5 'f5076a8c2ec2b7f334cb6e3059820f9c' + url 'http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2' + md5 '308a5476fc096a8a525d07279a6f6aa3' def install system "./configure", "--disable-debug", "--prefix=#{prefix}" |
