wget: update to 1.21

This commit is contained in:
Roberto Ricci 2021-01-01 19:20:17 +01:00 committed by Érico Nogueira Rolim
parent e983727826
commit 9e03b34683
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'wget'
pkgname=wget
version=1.20.3
revision=3
version=1.21
revision=1
build_style=gnu-configure
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
conf_files="/etc/wgetrc"
@ -16,7 +16,7 @@ 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=31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e
checksum=b3bc1a9bd0c19836c9709c318d41c19c11215a07514f49f89b40b9d50ab49325
build_options="gnutls ssl"
build_options_default="ssl"