aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Sowade2009-11-26 00:39:55 +0100
committerMax Howell2009-12-06 15:31:58 +0000
commit432d64a297df0e1cf4424f7f2a0b51f37e1b82e6 (patch)
tree1604dc857c6f9fd5cf80aaa71b16cbd43523d04a
parent729f3fabc5d3d98eda41e67f78cba1ba44ccc136 (diff)
downloadhomebrew-432d64a297df0e1cf4424f7f2a0b51f37e1b82e6.tar.bz2
Bump wget from 1.11.4 to 1.12
-rw-r--r--Library/Formula/wget.rb4
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}"