Updating the necessary files. (#32187)

This commit is contained in:
RealTimeChris 2023-06-23 16:17:48 -04:00 committed by GitHub
parent 95c0444591
commit 477672dcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -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
)

View File

@ -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": [
{

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "29c1237004abf2ca9bb395ab8f2d211f7ba563f3",
"version": "0.9.3",
"port-version": 0
},
{
"git-tree": "a8093800ff625535fd7bddaedc1394fb5412c80c",
"version": "0.9.2",