wget: update to 1.21.4, adopt.

This commit is contained in:
skmpz 2023-05-24 10:23:57 +03:00 committed by Andrew J. Hesford
parent 1224878c2c
commit 2947bc91d7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'wget'
pkgname=wget
version=1.21.3
version=1.21.4
revision=1
build_style=gnu-configure
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
@ -11,12 +11,12 @@ makedepends="libidn2-devel zlib-devel libuuid-devel pcre2-devel
depends="ca-certificates"
checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
short_desc="GNU wget download utility"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="skmpz <dem.procopiou@gmail.com>"
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=5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5
checksum=81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c
build_options="gnutls ssl"
build_options_default="ssl"