wget: update to 1.16.2
This commit is contained in:
parent
6e280b301d
commit
61c84be332
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=wget
|
topdir=wget
|
||||||
version=1.15
|
version=1.16.2
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=ftp://ftp.sunet.se/pub/gnu/wget/$topdir-$version.tar.xz
|
source[0]=ftp://ftp.sunet.se/pub/gnu/wget/$topdir-$version.tar.xz
|
||||||
# If there are no patches, simply comment this
|
# 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
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
configure_args+=(--with-ssl=openssl)
|
configure_args+=(--with-ssl=openssl --with-libssl-prefix=$prefix)
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
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
|
* Sat May 03 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.15-1
|
||||||
- Update to 1.15
|
- Update to 1.15
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user