[yyjson] Update to 0.10.0 (#39827)

This commit is contained in:
myd7349 2024-07-11 23:49:38 +08:00 committed by GitHub
parent 61ea35c9fb
commit a4d00c01a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ibireme/yyjson
REF "${VERSION}"
SHA512 4b9ca85096ccfe2f513a5869eb63b175f44c67785940e02414f6a586d7dd7b772fed77a1775d9416a5f1bf17f20e18a31f0dc4e65be263019d9b95bf95366219
SHA512 d0274bfdae6291cc54d7c306f7f9064333d3e0fd8d235428148fa5695e151e0fdd0982247a5e82fe60b27e9182ba27d5704aca4546a8dc9545117bd3a017bfb5
HEAD_REF master
)
@ -30,4 +30,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "yyjson",
"version": "0.9.0",
"version": "0.10.0",
"description": "A high performance JSON library written in ANSI C",
"homepage": "https://github.com/ibireme/yyjson",
"license": "MIT",

View File

@ -9709,7 +9709,7 @@
"port-version": 0
},
"yyjson": {
"baseline": "0.9.0",
"baseline": "0.10.0",
"port-version": 0
},
"z3": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1867e279667eb5a02e2cbb9e5deb3a40c9137cc1",
"version": "0.10.0",
"port-version": 0
},
{
"git-tree": "0e80cb41258c66dc0707602eec0008a0ed1e7a6f",
"version": "0.9.0",