From ef989ab300e386a6a6cac738d7a2d9222d19a0a8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 20 Aug 2025 18:33:50 -0400 Subject: [PATCH] yyjson: update to 0.12.0. --- srcpkgs/yyjson/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yyjson/template b/srcpkgs/yyjson/template index de4fe1606bd..b342073c26e 100644 --- a/srcpkgs/yyjson/template +++ b/srcpkgs/yyjson/template @@ -1,6 +1,6 @@ # Template file for 'yyjson' pkgname=yyjson -version=0.11.1 +version=0.12.0 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" homepage="https://ibireme.github.io/yyjson" changelog="https://github.com/ibireme/yyjson/raw/master/CHANGELOG.md" distfiles="https://github.com/ibireme/yyjson/archive/refs/tags/${version}.tar.gz" -checksum=610a38a5e59192063f5f581ce0c3c1869971c458ea11b58dfe00d1c8269e255d +checksum=b16246f617b2a136c78d73e5e2647c6f1de1313e46678062985bdcf1f40bb75d if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DYYJSON_BUILD_TESTS=ON"