wget: update to 1.16.2

This commit is contained in:
Tom G. Christensen 2015-03-16 18:10:31 +01:00
parent 6e280b301d
commit 61c84be332
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=wget
version=1.15
version=1.16.2
pkgver=1
source[0]=ftp://ftp.sunet.se/pub/gnu/wget/$topdir-$version.tar.xz
# If there are no patches, simply comment this
@ -18,7 +18,7 @@ source[0]=ftp://ftp.sunet.se/pub/gnu/wget/$topdir-$version.tar.xz
# Global settings
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args+=(--with-ssl=openssl)
configure_args+=(--with-ssl=openssl --with-libssl-prefix=$prefix)
reg prep
prep()

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Mon Mar 16 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 1.16.2-1
- Update to 1.16.2
* Sat May 03 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.15-1
- Update to 1.15