aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
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",