mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
updater-yyjson-0.11.1 — yyjson => 0.11.1 (#12452)
* Add unbuilt yyjson to updater-yyjson-0.11.1 * updater-yyjson-0.11.1: Build Run on linux/arm/v7. * updater-yyjson-0.11.1: Build Run on linux/386. * updater-yyjson-0.11.1: Build Run on linux/amd64. * updater-yyjson-0.11.1: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
32c39760df
commit
6f19065b63
@@ -3,5 +3,5 @@
|
||||
/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.10.0
|
||||
/usr/local/lib/libyyjson.so.0.11.1
|
||||
/usr/local/lib/pkgconfig/yyjson.pc
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
/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.10.0
|
||||
/usr/local/lib/libyyjson.so.0.11.1
|
||||
/usr/local/lib/pkgconfig/yyjson.pc
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
/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.10.0
|
||||
/usr/local/lib64/libyyjson.so.0.11.1
|
||||
/usr/local/lib64/pkgconfig/yyjson.pc
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
|
||||
class Yyjson < CMake
|
||||
description 'A high performance JSON library written in ANSI C'
|
||||
homepage 'https://ibireme.github.io/yyjson'
|
||||
version '0.10.0'
|
||||
version '0.11.1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/ibireme/yyjson.git'
|
||||
@@ -14,11 +14,13 @@ class Yyjson < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '5c5b6b4c4e70177af3d30de8e6bde00d9695ca7f02eb06e42ca5ff07ef14f678',
|
||||
armv7l: '5c5b6b4c4e70177af3d30de8e6bde00d9695ca7f02eb06e42ca5ff07ef14f678',
|
||||
i686: '907d2cdf87a79073011b4649b3df7f18a312f304ae5997590d8bfe9a8fefcb29',
|
||||
x86_64: '27554b9952ece260c7b760c260e2d76a5cf7a63a0811d173fcc908dd2d0b8d36'
|
||||
aarch64: '0f3b86592d168b51d5cde627d3d17976e7c25232acc9be6e88d69140209aecb3',
|
||||
armv7l: '0f3b86592d168b51d5cde627d3d17976e7c25232acc9be6e88d69140209aecb3',
|
||||
i686: '362dc5aee6821d45a2fb0f6fb3f9d4507fc2dc6bf06ac30b5471c46d6741b015',
|
||||
x86_64: '4f94eff48e677f090741730abe971d30b0d18cac2c3816099e2f3ade76aedb0f'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
cmake_options '-DBUILD_SHARED_LIBS=ON'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user