wget: update to 1.19.4.

Close #11065
This commit is contained in:
Juan RP 2018-01-25 07:02:36 +01:00
parent fd4cd8a4f2
commit 47d00c2d12

View file

@ -1,10 +1,10 @@
# Template file for 'wget'
pkgname=wget
version=1.19.2
version=1.19.4
revision=1
build_style=gnu-configure
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
hostmakedepends="perl pkg-config"
hostmakedepends="perl pkg-config lzip"
makedepends="$(vopt_if ssl libressl-devel) $(vopt_if gnutls gnutls-devel)
libidn-devel libuuid-devel pcre-devel"
checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
@ -14,8 +14,8 @@ short_desc="The GNU wget download utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnu.org/software/wget/wget.html"
license="GPL-3"
distfiles="${GNU_SITE}/wget/wget-$version.tar.gz"
checksum=4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920
distfiles="${GNU_SITE}/wget/wget-${version}.tar.lz"
checksum=2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a
build_options="gnutls ssl"
build_options_default="ssl"