Skip to content
Closed
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/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: jsoncons
Version: 0.156.1
Version: 0.157.2
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Homepage: https://github.com/danielaparker/jsoncons
4 changes: 2 additions & 2 deletions ports/jsoncons/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons
REF 5a52f1fc732f2dccd23496ad4c096b61e8735759 # v0.156.1
SHA512 8616a7ec5167a1051d6b6ca43faccaaa05c26976061f0034777b115dd6b7560650b32d14e41ba0b3209a6b999e191b62da514133cc043e145d3d0b647c49cab5
REF 55efe22e2255e54358882d126f74d4f8904c9ccb # v0.157.2
SHA512 edf23588fbdc2831c9e01535a2add25f4abeb9b7490f4bd911b1c9ce43fc70eddc7ba046543be619ba56cca49592e2c475f3ca58d83f66804a45acfc77f27ef2
HEAD_REF master
)

Expand Down