diff options
| author | eao197 <eao197@users.noreply.github.com> | 2021-07-01 17:30:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:30:13 -0700 |
| commit | f7ddab358d63948b7ad2293538241bd701246ced (patch) | |
| tree | 4c02c5c2246642821ead3c3dace9ad59d26fef9c /ports | |
| parent | 153fcbcbc2e90f097eb4336669f0083320cfd504 (diff) | |
| download | vcpkg-f7ddab358d63948b7ad2293538241bd701246ced.tar.gz vcpkg-f7ddab358d63948b7ad2293538241bd701246ced.zip | |
[json-dto] Update to 0.2.13 (#18710)
* json_dto updated to 0.2.13.
* x-add-version for json-dto.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/json-dto/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/json-dto/vcpkg.json | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/json-dto/portfile.cmake b/ports/json-dto/portfile.cmake index 682991ae1..dd888973a 100644 --- a/ports/json-dto/portfile.cmake +++ b/ports/json-dto/portfile.cmake @@ -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( @@ -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) + diff --git a/ports/json-dto/vcpkg.json b/ports/json-dto/vcpkg.json index b97740aca..8681bd20f 100644 --- a/ports/json-dto/vcpkg.json +++ b/ports/json-dto/vcpkg.json @@ -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", |
