mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
neon: update to 0.31.0.
This commit is contained in:
parent
9d3aad9893
commit
2b43a260f4
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'neon'
|
# Template file for 'neon'
|
||||||
pkgname=neon
|
pkgname=neon
|
||||||
version=0.30.2
|
version=0.31.0
|
||||||
revision=10
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-expat --with-ssl=openssl --enable-shared
|
configure_args="--with-expat --with-ssl=openssl --enable-shared
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static"
|
--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"
|
depends="ca-certificates"
|
||||||
short_desc="HTTP and WebDAV client library, with a C interface"
|
short_desc="HTTP and WebDAV client library, with a C interface"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.0-or-later"
|
||||||
homepage="http://www.webdav.org/neon/"
|
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"
|
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() {
|
neon-devel_package() {
|
||||||
depends="${makedepends} neon>=${version}_${revision}"
|
depends="${makedepends} neon>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue