diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index b0faccd985d..1aa7cc64f96 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,6 +1,6 @@ # Template file for 'wget' pkgname=wget -version=1.20.1 +version=1.20.2 revision=1 build_style=gnu-configure configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')" @@ -10,13 +10,13 @@ makedepends="libidn-devel libuuid-devel pcre2-devel $(vopt_if gnutls 'gnutls-devel') $(vopt_if ssl 'libressl-devel')" depends="ca-certificates" checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL" -short_desc="The GNU wget download utility" +short_desc="GNU wget download utility" maintainer="Juan RP " license="GPL-3.0-or-later" #changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS" homepage="http://www.gnu.org/software/wget/wget.html" distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz" -checksum=b783b390cb571c837b392857945f5a1f00ec6b043177cc42abb8ee1b542ee1b3 +checksum=7e43b98cb5e10234836ebef6faf24c4d96c0ae7a480e49ff658117cc4793d166 build_options="gnutls ssl" build_options_default="ssl"