mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
[Jsonifier] Update to version 0.9.2 (#31698)
* Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files. * Updating the necessary files.
This commit is contained in:
parent
1ab4a1e2db
commit
95d50e69c3
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO realtimechris/jsonifier
|
||||
REF "v${VERSION}"
|
||||
SHA512 919446d8b0f5bb726dcfd91667a0733cfda04956e8c844716e9fe90a50dc5409db5344346131b4e8830cdfbf90ead6b7e1906097b069d83e7b78934571cbc060
|
||||
SHA512 4ba5033315f680d6a5fa29764b4c19ce219e881f2dccef4ede73a8f405fd4ac5d58f543c78fa3c35943601bbfd6922749bd9b086527d057086ec8977c0911d1a
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsonifier",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "A few classes for parsing and serializing json - very rapidly.",
|
||||
"homepage": "https://github.com/realtimechris/jsonifier",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -3481,7 +3481,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonifier": {
|
||||
"baseline": "0.9.1",
|
||||
"baseline": "0.9.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsonnet": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "46dce3bb23c3edd1ae77e46fa11543d678ae26e6",
|
||||
"version": "0.9.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "990249b807aba05002ba2ac406e0bebc9af26a64",
|
||||
"version": "0.9.1",
|
||||
|
Loading…
Reference in New Issue
Block a user