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