aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2021-05-21 10:36:21 +0300
committerGitHub <noreply@github.com>2021-05-21 00:36:21 -0700
commit2e9b73fc8b736e13a5df780eaae11305822c2f19 (patch)
treec9674dfe589c21c84da15bc0802d405658ac4448 /ports
parentb39eb225c9c9f151a54d50158dc13cbcda8847a4 (diff)
downloadvcpkg-2e9b73fc8b736e13a5df780eaae11305822c2f19.tar.gz
vcpkg-2e9b73fc8b736e13a5df780eaae11305822c2f19.zip
[json-dto] Update to 0.2.12 (#18019)
* json_dto updated to 0.2.12 * Command x-add-version for json-dto. * Fix for json-dto's vckpg.json. * Command x-add-version for json-dto.
Diffstat (limited to 'ports')
-rw-r--r--ports/json-dto/portfile.cmake4
-rw-r--r--ports/json-dto/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/json-dto/portfile.cmake b/ports/json-dto/portfile.cmake
index 2163f978c..682991ae1 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 58bdc34fe2f831bbe0195c497c49e137f0c97106 # v.0.2.11
- SHA512 94c0948a968283dac2269c58a61acf309879b3577da4e39f9f0429c0deadefd0c78281596f0769be660e6e3b2b3650fcd09694fc98915d8a358936943a07d47f
+ REF a1375492e93cc698af60fe7937511ff28d87a5c8 # v.0.2.12
+ SHA512 d9306b7ea8b682ae7d76c6df518c64c444772c47b2b6750f5ebb609476aac5bd9ad529be802ad3348775e30169b0e86d8588aa897766d2f51c2f5186f7cb1354
)
vcpkg_configure_cmake(
diff --git a/ports/json-dto/vcpkg.json b/ports/json-dto/vcpkg.json
index 87b23108f..b97740aca 100644
--- a/ports/json-dto/vcpkg.json
+++ b/ports/json-dto/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "json-dto",
- "version-string": "0.2.11",
+ "version": "0.2.12",
"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",