From 366bf0e2300a0788b1cb1d41f5bec59e90da6ec8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 20 Dec 2023 17:38:59 +0100 Subject: [PATCH] json-c++: update to 3.11.3. --- srcpkgs/json-c++/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/json-c++/template b/srcpkgs/json-c++/template index 5775aa98958ef..ad9b81cae5d14 100644 --- a/srcpkgs/json-c++/template +++ b/srcpkgs/json-c++/template @@ -1,6 +1,6 @@ # Template file for 'json-c++' pkgname=json-c++ -version=3.11.2 +version=3.11.3 revision=1 build_style=cmake configure_args="-DJSON_MultipleHeaders=ON" @@ -10,7 +10,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://github.com/nlohmann/json" distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz" -checksum=d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273 +checksum=0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406 do_check() { # skip tests requiring wrksrc to be a git clone as they always fail