[json-dto] update to v.0.2.11 (#14084)

This commit is contained in:
eao197 2020-10-21 00:46:22 +03:00 committed by GitHub
parent 878d5a5921
commit c2d1f57721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -1,4 +0,0 @@
Source: json-dto
Version: 0.2.10
Description: A small header-only library for converting data between json representation and c++ structs.
Build-Depends: rapidjson

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/json_dto
REF bc4e55984f033c677c8a298af86ba72ea5ef6072 # v.0.2.10
SHA512 1128e6290ff42600a93aed7c7208ace7e977f259654e580f920db612dcef4fe714bf8e0ed237bbf9e689f66959ab56ab27c9b7477504d71d205f3500d3bce07a
REF 58bdc34fe2f831bbe0195c497c49e137f0c97106 # v.0.2.11
SHA512 94c0948a968283dac2269c58a61acf309879b3577da4e39f9f0429c0deadefd0c78281596f0769be660e6e3b2b3650fcd09694fc98915d8a358936943a07d47f
)
vcpkg_configure_cmake(

10
ports/json-dto/vcpkg.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "json-dto",
"version-string": "0.2.11",
"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",
"dependencies": [
"rapidjson"
]
}