Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 0 additions & 4 deletions ports/json-dto/CONTROL

This file was deleted.

4 changes: 2 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 bc4e55984f033c677c8a298af86ba72ea5ef6072 # v.0.2.10
SHA512 1128e6290ff42600a93aed7c7208ace7e977f259654e580f920db612dcef4fe714bf8e0ed237bbf9e689f66959ab56ab27c9b7477504d71d205f3500d3bce07a
REF 58bdc34fe2f831bbe0195c497c49e137f0c97106 # v.0.2.11
SHA512 94c0948a968283dac2269c58a61acf309879b3577da4e39f9f0429c0deadefd0c78281596f0769be660e6e3b2b3650fcd09694fc98915d8a358936943a07d47f
)

vcpkg_configure_cmake(
Expand Down
10 changes: 10 additions & 0 deletions ports/json-dto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "json-dto",
"version-string": "0.2.11",
"homepage": "https://github.com/Stiffstream/json_dto",
"description": "A small header-only library for converting data between json representation and c++ structs.",
NancyLi1013 marked this conversation as resolved.
Show resolved Hide resolved
"license": "BSD-3-Clause",
"dependencies": [
"rapidjson"
]
}