diff options
author | Juergen Daubert <jue@jue.li> | 2011-08-24 12:03:02 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-08-24 12:03:02 +0200 |
commit | 11c4aa417745edcb33f963e1f865cecf3f41200f (patch) | |
tree | 1cdb75610784686622732551341b0d5ac44a90cc /wget | |
parent | 020ee6a59c66b866b2db9c7067918c63e339f8c9 (diff) | |
download | core-11c4aa417745edcb33f963e1f865cecf3f41200f.tar.gz core-11c4aa417745edcb33f963e1f865cecf3f41200f.tar.xz |
wget: update to 1.13.1
Diffstat (limited to 'wget')
-rw-r--r-- | wget/.md5sum | 2 | ||||
-rw-r--r-- | wget/Pkgfile | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/wget/.md5sum b/wget/.md5sum index f6c66021..d5b6471c 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -e6ee1f02df61c6fb8a076be66983090a wget-1.12.tar.lzma +5c9056fcec2f398111e97be65e8592cc wget-1.13.1.tar.xz fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index da57c08b..ee24014a 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -4,9 +4,9 @@ # Depends on: openssl name=wget -version=1.12 +version=1.13.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lzma \ +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ wgetrc) build() { @@ -16,7 +16,8 @@ build() { --sysconfdir=/etc \ --mandir=/usr/man \ --disable-debug \ - --disable-nls + --disable-nls \ + --with-ssl=openssl make make DESTDIR=$PKG install |