mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 04:56:57 +08:00
[json-dto] Update to 0.2.13 (#18710)
* json_dto updated to 0.2.13. * x-add-version for json-dto.
This commit is contained in:
parent
153fcbcbc2
commit
f7ddab358d
@ -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)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2773,7 +2773,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"json-dto": {
|
||||
"baseline": "0.2.12",
|
||||
"baseline": "0.2.13",
|
||||
"port-version": 0
|
||||
},
|
||||
"json-schema-validator": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a4576b8566a843cf16e9a38143d1a99ae832d130",
|
||||
"version": "0.2.13",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9a981571e3da6bf7df6ad44cb3ee5f816134c5f9",
|
||||
"version": "0.2.12",
|
||||
|
Loading…
Reference in New Issue
Block a user