yyjson: update to 0.11.1.

This commit is contained in:
classabbyamp 2025-05-19 10:57:43 -04:00
parent ae5d229348
commit 4a78f409cd
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'yyjson' # Template file for 'yyjson'
pkgname=yyjson pkgname=yyjson
version=0.11.0 version=0.11.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON" configure_args="-DBUILD_SHARED_LIBS=ON"
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
homepage="https://ibireme.github.io/yyjson" homepage="https://ibireme.github.io/yyjson"
changelog="https://github.com/ibireme/yyjson/raw/master/CHANGELOG.md" changelog="https://github.com/ibireme/yyjson/raw/master/CHANGELOG.md"
distfiles="https://github.com/ibireme/yyjson/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/ibireme/yyjson/archive/refs/tags/${version}.tar.gz"
checksum=0cc453318ff299ab61ec233b5b92dd474dee39028ad77904b19a45a79651574e checksum=610a38a5e59192063f5f581ce0c3c1869971c458ea11b58dfe00d1c8269e255d
if [ -n "$XBPS_CHECK_PKGS" ]; then if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DYYJSON_BUILD_TESTS=ON" configure_args+=" -DYYJSON_BUILD_TESTS=ON"