jsoncpp: update to 1.7.0.

This commit is contained in:
Michael Gehring 2016-03-20 05:08:26 +01:00
parent b2918b68fb
commit ee244c7311

View File

@ -1,7 +1,7 @@
# Template build file for 'jsoncpp'. # Template build file for 'jsoncpp'.
pkgname=jsoncpp pkgname=jsoncpp
version=1.6.5 version=1.7.0
revision=2 revision=1
build_style="cmake" build_style="cmake"
hostmakedepends="cmake" hostmakedepends="cmake"
configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON
@ -11,7 +11,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Public Domain or MIT" license="Public Domain or MIT"
homepage="http://jsoncpp.sourceforge.net/" homepage="http://jsoncpp.sourceforge.net/"
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
checksum=a2b121eaff56ec88cfd034d17685821a908d0d87bc319329b04f91a6552c1ac2 checksum=90e0b1c129dbda17ea9e7fdaa9ae41c54bc5eb697e8aa42f296aab9f8a0169db
post_install() {
vlicense LICENSE
}
jsoncpp-devel_package() { jsoncpp-devel_package() {
depends="jsoncpp>=${version}_${revision}" depends="jsoncpp>=${version}_${revision}"