mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[yyjson] Update to v0.3.0 (#18359)
* [yyjson] Update to 0.3.0 * [yyjson] vcpkg x-add-version yyjson
This commit is contained in:
parent
f565807b1b
commit
d955e62d7e
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ibireme/yyjson
|
||||
REF 31313e8c15e3c221c7452fd99bf7fdf89b6d92c1
|
||||
SHA512 05e9cf3e5db5e79188f0207f865744ef411ffef50824783e1d9f4be7ad49fc67aa7490723c44f38c5de336840bbeb948c160bdef9312b97119a6733ff3c1ae04
|
||||
REF 1f7dc19c7664dc1aed74045e3b6f316ccd271442 # 0.3.0
|
||||
SHA512 fa44dc86d2e7d4a1a178d01085d707b266c2bc32a5bf372a68b74d149b099d346f72dea5865fc1ba37a0c1525d3ac90a38df404d9008bca4577825a603524a91
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yyjson",
|
||||
"version-date": "2021-04-12",
|
||||
"version": "0.3.0",
|
||||
"description": "A high performance JSON library written in ANSI C",
|
||||
"homepage": "https://github.com/ibireme/yyjson",
|
||||
"license": "MIT",
|
||||
|
@ -6789,7 +6789,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"yyjson": {
|
||||
"baseline": "2021-04-12",
|
||||
"baseline": "0.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"z3": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ced4d99c46f8c50e8c8df046af0fe54cce4a0dbb",
|
||||
"version": "0.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "17bac25e372c49899aae3a59d5725cc614f65165",
|
||||
"version-date": "2021-04-12",
|
||||
|
Loading…
Reference in New Issue
Block a user