wget: update to 1.20.1.
This commit is contained in:
parent
f25aec7546
commit
4c30aeb1ad
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'wget'
|
||||
pkgname=wget
|
||||
version=1.20
|
||||
version=1.20.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||
conf_files="/etc/wgetrc"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libidn-devel libuuid-devel pcre2-devel
|
||||
$(vopt_if gnutls 'gnutls-devel') $(vopt_if ssl 'libressl-devel')"
|
||||
|
@ -15,8 +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=8a057925c74c059d9e37de63a63b450da66c5c1c8cef869a6df420b3bb45a0cf
|
||||
conf_files="/etc/wgetrc"
|
||||
checksum=b783b390cb571c837b392857945f5a1f00ec6b043177cc42abb8ee1b542ee1b3
|
||||
|
||||
build_options="gnutls ssl"
|
||||
build_options_default="ssl"
|
||||
|
|
Loading…
Reference in a new issue