json-c++: update to 3.11.3.

This commit is contained in:
Bnyro 2023-12-20 17:38:59 +01:00 committed by Duncan Overbruck
parent 3e6f6bbe83
commit 6e62e34780
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'json-c++' # Template file for 'json-c++'
pkgname=json-c++ pkgname=json-c++
version=3.11.2 version=3.11.3
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DJSON_MultipleHeaders=ON" configure_args="-DJSON_MultipleHeaders=ON"
@ -10,7 +10,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT" license="MIT"
homepage="https://github.com/nlohmann/json" homepage="https://github.com/nlohmann/json"
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz" distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
checksum=d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273 checksum=0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406
do_check() { do_check() {
# skip tests requiring wrksrc to be a git clone as they always fail # skip tests requiring wrksrc to be a git clone as they always fail