mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
Updating the necessary files. (#32187)
This commit is contained in:
parent
95c0444591
commit
477672dcb3
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO realtimechris/jsonifier
|
||||
REF "v${VERSION}"
|
||||
SHA512 4ba5033315f680d6a5fa29764b4c19ce219e881f2dccef4ede73a8f405fd4ac5d58f543c78fa3c35943601bbfd6922749bd9b086527d057086ec8977c0911d1a
|
||||
SHA512 7373bd8d8554f9b76eb80d1c6b906d917ede80d55f5c363c6c26c67b4e659d9e657fb15d2da7d1eaf41fc24ee84fd54b16d8a0bd9bd76aacf899990eee425845
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "jsonifier",
|
||||
"version": "0.9.2",
|
||||
"port-version": 1,
|
||||
"version": "0.9.3",
|
||||
"description": "A few classes for parsing and serializing json - very rapidly.",
|
||||
"homepage": "https://github.com/realtimechris/jsonifier",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"license": "MIT",
|
||||
"supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -3501,8 +3501,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonifier": {
|
||||
"baseline": "0.9.2",
|
||||
"port-version": 1
|
||||
"baseline": "0.9.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonnet": {
|
||||
"baseline": "0.18.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "29c1237004abf2ca9bb395ab8f2d211f7ba563f3",
|
||||
"version": "0.9.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a8093800ff625535fd7bddaedc1394fb5412c80c",
|
||||
"version": "0.9.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user