mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
wget: update to 1.19.1.
This commit is contained in:
parent
f68a6f6b1c
commit
f7e61eb4e3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.19
|
version=1.19.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')"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/software/wget/wget.html"
|
homepage="http://www.gnu.org/software/wget/wget.html"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=0f1157bbf4daae19f3e1ddb70c6ccb2067feb834a6aa23c9d9daa7f048606384
|
checksum=0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2
|
||||||
|
|
||||||
build_options="gnutls ssl"
|
build_options="gnutls ssl"
|
||||||
build_options_default="ssl"
|
build_options_default="ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue