wget: update to 1.20.1.
This commit is contained in:
parent
f25aec7546
commit
4c30aeb1ad
@ -1,9 +1,10 @@
|
|||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.20
|
version=1.20.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||||
|
conf_files="/etc/wgetrc"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libidn-devel libuuid-devel pcre2-devel
|
makedepends="libidn-devel libuuid-devel pcre2-devel
|
||||||
$(vopt_if gnutls 'gnutls-devel') $(vopt_if ssl 'libressl-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"
|
#changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS"
|
||||||
homepage="http://www.gnu.org/software/wget/wget.html"
|
homepage="http://www.gnu.org/software/wget/wget.html"
|
||||||
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
||||||
checksum=8a057925c74c059d9e37de63a63b450da66c5c1c8cef869a6df420b3bb45a0cf
|
checksum=b783b390cb571c837b392857945f5a1f00ec6b043177cc42abb8ee1b542ee1b3
|
||||||
conf_files="/etc/wgetrc"
|
|
||||||
|
|
||||||
build_options="gnutls ssl"
|
build_options="gnutls ssl"
|
||||||
build_options_default="ssl"
|
build_options_default="ssl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user