Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/jsoncons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons
REF v${VERSION}
SHA512 3840f1bec34b93b8e36aaa881ff38b1b52bd245c52848e61ae16ccc3b2892138f7e40a75cdba821b4ffbef7f86c9a5a40be9c8d40409dfc1bee777c4400b2039
SHA512 7ccaf890a6097883b4b895b337ab41b7120ab8fbae245e903db5fb2922b3fd170ba1657534814b84d07524aefb1db4d628a48093afca490dfed313f709bab78a
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/jsoncons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoncons",
"version": "1.8.1",
"version": "1.9.0",
"description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON",
"homepage": "https://github.com/danielaparker/jsoncons",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4229,7 +4229,7 @@
"port-version": 7
},
"jsoncons": {
"baseline": "1.8.1",
"baseline": "1.9.0",
"port-version": 0
},
"jsoncpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jsoncons.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "387eb504e63f8e8fa6d5922a3ccb1f014725324e",
"version": "1.9.0",
"port-version": 0
},
{
"git-tree": "d04ef1fdb4aa01edc203d7867494f3e818d75f31",
"version": "1.8.1",
Expand Down