json-c++: update to 3.8.0.

This commit is contained in:
Érico Rolim 2020-06-14 13:45:06 -03:00 committed by Piraty
parent 72a1f6e031
commit eeb63743e2

View file

@ -1,6 +1,6 @@
# Template file for 'json-c++'
pkgname=json-c++
version=3.7.3
version=3.8.0
revision=1
wrksrc="json-${version}"
build_style=cmake
@ -9,7 +9,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="MIT"
homepage="https://github.com/nlohmann/json"
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
checksum=249548f4867417d66ae46b338dfe0a2805f3323e81c9e9b83c89f3adbfde6f31
checksum=7d0edf65f2ac7390af5e5a0b323b31202a6c11d744a74b588dc30f5a8c9865ba
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=OFF"