wget: update to 1.18.

This commit is contained in:
Michael Gehring 2016-06-10 09:34:52 +02:00
parent d93d2e09d1
commit 35d91e1ea7

View file

@ -1,7 +1,7 @@
# Template file for 'wget' # Template file for 'wget'
pkgname=wget pkgname=wget
version=1.17.1 version=1.18
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')"
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
@ -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=fe559b61eb9cc01635ac6206a14e02cb51591838c35fa83c7a4aacae0bdd97c9 checksum=b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1
build_options="gnutls ssl" build_options="gnutls ssl"
build_options_default="ssl" build_options_default="ssl"