diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index f324fc969a..153cec1f26 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -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 " 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"