wget: update to 1.16.1
This commit is contained in:
parent
a5193023b9
commit
50a2483da6
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.16
|
version=1.16.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libressl-devel libidn-devel ca-certificates libuuid-devel pcre-devel"
|
makedepends="libressl-devel libidn-devel libuuid-devel pcre-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
conf_files="/etc/wgetrc"
|
conf_files="/etc/wgetrc"
|
||||||
short_desc="The GNU wget download utility"
|
short_desc="The GNU wget download utility"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/wget/wget.html"
|
homepage="http://www.gnu.org/software/wget/wget.html"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=b977fc10ac7a72d987d48136251aeb332f2dced1aabd50d6d56bdf72e2b79101
|
checksum=3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
|
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue