wget: update to 1.20.
This commit is contained in:
parent
4082137c18
commit
f0ddaadd6e
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'wget'
|
||||
pkgname=wget
|
||||
version=1.19.5
|
||||
revision=2
|
||||
version=1.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libidn-devel libuuid-devel pcre-devel
|
||||
makedepends="libidn-devel libuuid-devel pcre2-devel
|
||||
$(vopt_if gnutls 'gnutls-devel') $(vopt_if ssl 'libressl-devel')"
|
||||
checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
|
||||
depends="ca-certificates"
|
||||
checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
|
||||
short_desc="The GNU wget download utility"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=b39212abe1a73f2b28f4c6cb223c738559caac91d6e416a6d91d4b9d55c9faee
|
||||
checksum=8a057925c74c059d9e37de63a63b450da66c5c1c8cef869a6df420b3bb45a0cf
|
||||
conf_files="/etc/wgetrc"
|
||||
|
||||
build_options="gnutls ssl"
|
||||
|
|
Loading…
Reference in a new issue