wget: update to 1.21.2.
This commit is contained in:
parent
8b6f7cbc80
commit
4dc1d42d96
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wget'
|
||||
pkgname=wget
|
||||
version=1.21.1
|
||||
revision=2
|
||||
version=1.21.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||
conf_files="/etc/wgetrc"
|
||||
|
@ -13,10 +13,10 @@ checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
|
|||
short_desc="GNU wget download utility"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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"
|
||||
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=59ba0bdade9ad135eda581ae4e59a7a9f25e3a4bde6a5419632b31906120e26e
|
||||
checksum=e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497
|
||||
|
||||
build_options="gnutls ssl"
|
||||
build_options_default="ssl"
|
||||
|
|
Loading…
Reference in New Issue