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
5 changes: 3 additions & 2 deletions ports/json-dto/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 stiffstream/json_dto
REF a1375492e93cc698af60fe7937511ff28d87a5c8 # v.0.2.12
SHA512 d9306b7ea8b682ae7d76c6df518c64c444772c47b2b6750f5ebb609476aac5bd9ad529be802ad3348775e30169b0e86d8588aa897766d2f51c2f5186f7cb1354
REF 7fce92cd3bdacdcd0b41ed26d2cc981e3f70956e # v.0.2.13
SHA512 f678545cc60828ab76d6e8532ac9dbf8e4e68d873d0a98f17d62934dd0b3a3e255b38adf838b65a12e0d954edc7866eb6393f6783709f6f7fac29167886e7bf3
)

vcpkg_configure_cmake(
Expand All @@ -23,3 +23,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

2 changes: 1 addition & 1 deletion ports/json-dto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-dto",
"version": "0.2.12",
"version": "0.2.13",
"description": "A small header-only library for converting data between json representation and c++ structs.",
"homepage": "https://github.com/Stiffstream/json_dto",
"license": "BSD-3-Clause",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@
"port-version": 1
},
"json-dto": {
"baseline": "0.2.12",
"baseline": "0.2.13",
"port-version": 0
},
"json-schema-validator": {
Expand Down Expand Up @@ -3539,8 +3539,8 @@
"libsigcpp-3": {
"baseline": "3.0.3",
"port-version": 1
},
"libsmb2": {
},
"libsmb2": {
"baseline": "2021-04-29",
"port-version": 0
},
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/json-dto.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a4576b8566a843cf16e9a38143d1a99ae832d130",
"version": "0.2.13",
"port-version": 0
},
{
"git-tree": "9a981571e3da6bf7df6ad44cb3ee5f816134c5f9",
"version": "0.2.12",
Expand Down