mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wget: update to 1.21.2.
This commit is contained in:
parent
8b6f7cbc80
commit
4dc1d42d96
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.21.1
|
version=1.21.2
|
||||||
revision=2
|
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"
|
conf_files="/etc/wgetrc"
|
||||||
|
@ -13,10 +13,10 @@ checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
|
||||||
short_desc="GNU wget download utility"
|
short_desc="GNU wget download utility"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
#changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS"
|
homepage="https://www.gnu.org/software/wget/wget.html"
|
||||||
homepage="http://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"
|
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
||||||
checksum=59ba0bdade9ad135eda581ae4e59a7a9f25e3a4bde6a5419632b31906120e26e
|
checksum=e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497
|
||||||
|
|
||||||
build_options="gnutls ssl"
|
build_options="gnutls ssl"
|
||||||
build_options_default="ssl"
|
build_options_default="ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue