* yyjson 0.11.1 -> 0.12.0

* yyjson: Package File Update Run on linux/386 container.

* yyjson: Package File Update Run on linux/amd64 container.

* yyjson: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-26 08:56:06 -05:00
committed by GitHub
parent 8151bf2946
commit cf7c2226a0
5 changed files with 13 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
# Total size: 540391
# Total size: 563483
/usr/local/include/yyjson.h
/usr/local/lib/cmake/yyjson/yyjson-config-release.cmake
/usr/local/lib/cmake/yyjson/yyjson-config.cmake
/usr/local/lib/libyyjson.so
/usr/local/lib/libyyjson.so.0
/usr/local/lib/libyyjson.so.0.11.1
/usr/local/lib/libyyjson.so.0.12.0
/usr/local/lib/pkgconfig/yyjson.pc

View File

@@ -1,8 +1,8 @@
# Total size: 630967
# Total size: 651699
/usr/local/include/yyjson.h
/usr/local/lib/cmake/yyjson/yyjson-config-release.cmake
/usr/local/lib/cmake/yyjson/yyjson-config.cmake
/usr/local/lib/libyyjson.so
/usr/local/lib/libyyjson.so.0
/usr/local/lib/libyyjson.so.0.11.1
/usr/local/lib/libyyjson.so.0.12.0
/usr/local/lib/pkgconfig/yyjson.pc

View File

@@ -1,8 +1,8 @@
# Total size: 563385
# Total size: 588641
/usr/local/include/yyjson.h
/usr/local/lib64/cmake/yyjson/yyjson-config-release.cmake
/usr/local/lib64/cmake/yyjson/yyjson-config.cmake
/usr/local/lib64/libyyjson.so
/usr/local/lib64/libyyjson.so.0
/usr/local/lib64/libyyjson.so.0.11.1
/usr/local/lib64/libyyjson.so.0.12.0
/usr/local/lib64/pkgconfig/yyjson.pc

View File

@@ -1,12 +1,9 @@
# Adapted from Arch Linux yyjson PKGBUILD at:
# https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yyjson
require 'buildsystems/cmake'
class Yyjson < CMake
description 'A high performance JSON library written in ANSI C'
homepage 'https://ibireme.github.io/yyjson'
version '0.11.1'
version '0.12.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/ibireme/yyjson.git'
@@ -14,10 +11,10 @@ class Yyjson < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0f3b86592d168b51d5cde627d3d17976e7c25232acc9be6e88d69140209aecb3',
armv7l: '0f3b86592d168b51d5cde627d3d17976e7c25232acc9be6e88d69140209aecb3',
i686: '362dc5aee6821d45a2fb0f6fb3f9d4507fc2dc6bf06ac30b5471c46d6741b015',
x86_64: '4f94eff48e677f090741730abe971d30b0d18cac2c3816099e2f3ade76aedb0f'
aarch64: '26423264b2d7c2414a53b99db68415d6c4d911e14282ad33edf7c599e57676c0',
armv7l: '26423264b2d7c2414a53b99db68415d6c4d911e14282ad33edf7c599e57676c0',
i686: 'c43dfb2091d143cc43ddd78c353077f94b40d91fb62ee9eb3a535035468b57a8',
x86_64: 'f9ab48ee53291f51446a0a6238ae8263e6d7653a101c6b46f51354039f334b98'
})
depends_on 'glibc' # R

View File

@@ -72,3 +72,4 @@ ocaml
opencode
rqlite
vscodium
yyjson