neon: update to 0.31.0.

This commit is contained in:
Piraty 2020-03-31 09:43:06 +02:00
parent 9d3aad9893
commit 2b43a260f4

View File

@ -1,7 +1,7 @@
# Template file for 'neon'
pkgname=neon
version=0.30.2
revision=10
version=0.31.0
revision=1
build_style=gnu-configure
configure_args="--with-expat --with-ssl=openssl --enable-shared
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static"
@ -10,12 +10,11 @@ makedepends="zlib-devel expat-devel libressl-devel libproxy-devel"
depends="ca-certificates"
short_desc="HTTP and WebDAV client library, with a C interface"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="http://www.webdav.org/neon/"
license="LGPL-2.1"
# The website www.webdav.org is (temporarily?) gone
# distfiles="http://www.webdav.org/neon/neon-$version.tar.gz"
distfiles="http://download.openpkg.org/components/cache/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca
distfiles="http://www.webdav.org/neon/${pkgname}-${version}.tar.gz"
checksum=80556f10830431476d1394c1f0af811f96109c4c4d119f0a9569b28c7526bda5
neon-devel_package() {
depends="${makedepends} neon>=${version}_${revision}"