aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2020-10-21 00:46:22 +0300
committerGitHub <noreply@github.com>2020-10-20 14:46:22 -0700
commitc2d1f577218780617596d6f0648cd8c8a723207c (patch)
tree23dfcf3b292ac7c70cc5df129cb94c839b0b80b1
parent878d5a592185405600c753ecf14e8a3bb7a1139f (diff)
downloadvcpkg-c2d1f577218780617596d6f0648cd8c8a723207c.tar.gz
vcpkg-c2d1f577218780617596d6f0648cd8c8a723207c.zip
[json-dto] update to v.0.2.11 (#14084)
-rw-r--r--ports/json-dto/CONTROL4
-rw-r--r--ports/json-dto/portfile.cmake4
-rw-r--r--ports/json-dto/vcpkg.json10
3 files changed, 12 insertions, 6 deletions
diff --git a/ports/json-dto/CONTROL b/ports/json-dto/CONTROL
deleted file mode 100644
index b9f018112..000000000
--- a/ports/json-dto/CONTROL
+++ /dev/null
@@ -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
diff --git a/ports/json-dto/portfile.cmake b/ports/json-dto/portfile.cmake
index 75d43c5f9..2163f978c 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 bc4e55984f033c677c8a298af86ba72ea5ef6072 # v.0.2.10
- SHA512 1128e6290ff42600a93aed7c7208ace7e977f259654e580f920db612dcef4fe714bf8e0ed237bbf9e689f66959ab56ab27c9b7477504d71d205f3500d3bce07a
+ REF 58bdc34fe2f831bbe0195c497c49e137f0c97106 # v.0.2.11
+ SHA512 94c0948a968283dac2269c58a61acf309879b3577da4e39f9f0429c0deadefd0c78281596f0769be660e6e3b2b3650fcd09694fc98915d8a358936943a07d47f
)
vcpkg_configure_cmake(
diff --git a/ports/json-dto/vcpkg.json b/ports/json-dto/vcpkg.json
new file mode 100644
index 000000000..87b23108f
--- /dev/null
+++ b/ports/json-dto/vcpkg.json
@@ -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"
+ ]
+}