wget: update to 1.19.2

This commit is contained in:
Sir_Boops 2017-10-26 10:52:42 -06:00 committed by Enno Boland
parent b1c92f4f57
commit 364233cf54

View file

@ -1,7 +1,7 @@
# Template file for 'wget'
pkgname=wget
version=1.19.1
revision=2
version=1.19.2
revision=1
build_style=gnu-configure
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
hostmakedepends="perl pkg-config"
@ -13,8 +13,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}/$pkgname/$pkgname-$version.tar.xz"
checksum=0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2
distfiles="${GNU_SITE}/wget/wget-$version.tar.gz"
checksum=4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920
build_options="gnutls ssl"
build_options_default="ssl"