From e42fcf0fff589ae3f28a62d2a640b9154ba6f26e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 2 Mar 2022 15:52:19 +0100 Subject: [PATCH] wget: update to 1.21.3. --- srcpkgs/wget/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index 09b44f8e072..89bb4b69d7c 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,6 +1,6 @@ # Template file for 'wget' pkgname=wget -version=1.21.2 +version=1.21.3 revision=1 build_style=gnu-configure configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')" @@ -16,7 +16,7 @@ license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/wget/wget.html" changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS" distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz" -checksum=e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497 +checksum=5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5 build_options="gnutls ssl" build_options_default="ssl"