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 a7876a4dc9242efc84658d12b40836708f411665ce836aaf2ec282a3d4761e1d04af729e110c1b1682ccf7120a463d5fa3ac0236e700462eda3e300f9099725d
SHA512 dcb13083bbdbd5453381d4a1c368cc25e3d89f873b80541d02b8bfcae0bd0fa5526dee42db42a4438b505a5ee97a6ba30f6680208ab554aa69eb4bb65041e362
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": "0.175.0",
"version": "0.176.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 @@ -3805,7 +3805,7 @@
"port-version": 6
},
"jsoncons": {
"baseline": "0.175.0",
"baseline": "0.176.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": "fc843efd43ea58c605597378466150668d8b24f7",
"version": "0.176.0",
"port-version": 0
},
{
"git-tree": "3c7b37a88d7f78f444b26ed48d8720676a6ffc1e",
"version": "0.175.0",
Expand Down