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/json-schema-validator/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pboettch/json-schema-validator
REF "${VERSION}"
SHA512 8d7fe6775774040099aa8d8b10fa18c4ccebe4437ecf9670710a0f64443d3588ca3e1bf1bc32a800518b748aa3acd89ecc61d1568b6dd8bf54273b33c5ab5d5a
SHA512 6d207031acdb94c44f96ff6346dccaf98f2c9d3619d71e419ddabff548ea34d50e8eb103622c99ae28ecb7fddedd687b297e5ad934aa0106c58ac59fc4d65ea9
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/json-schema-validator/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-validator",
"version": "2.2.0",
"version": "2.3.0",
"description": "C++ library for validating JSON documents based on a JSON Schema. This validator is based on the nlohmann-json library.",
"homepage": "https://github.com/pboettch/json-schema-validator",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,7 @@
"port-version": 0
},
"json-schema-validator": {
"baseline": "2.2.0",
"baseline": "2.3.0",
"port-version": 0
},
"json-spirit": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/json-schema-validator.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4466bee34b5544a3ecfaf5f480464b1f9d45e9b1",
"version": "2.3.0",
"port-version": 0
},
{
"git-tree": "968aee6b22bf2b1248b38ae25aed43a1760fec0d",
"version": "2.2.0",
Expand Down