aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/json-dto/CONTROL2
-rw-r--r--ports/json-dto/portfile.cmake6
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/json-dto/CONTROL b/ports/json-dto/CONTROL
index f42471da9..b9f018112 100644
--- a/ports/json-dto/CONTROL
+++ b/ports/json-dto/CONTROL
@@ -1,4 +1,4 @@
Source: json-dto
-Version: 0.2.9.2
+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 331921b2b..75d43c5f9 100644
--- a/ports/json-dto/portfile.cmake
+++ b/ports/json-dto/portfile.cmake
@@ -1,10 +1,8 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/json_dto
- REF aded62c151bdeb07e416cfb404a1edfc1324f29f # v.0.2.9.2
- SHA512 a298a4220160cb70f50e0dc96900743f12ad0290f401d5ab03fc97fa16260261af6b496b4de4b4f098394c02b4aadead442acf7f9edfee3faf91e56890688768
+ REF bc4e55984f033c677c8a298af86ba72ea5ef6072 # v.0.2.10
+ SHA512 1128e6290ff42600a93aed7c7208ace7e977f259654e580f920db612dcef4fe714bf8e0ed237bbf9e689f66959ab56ab27c9b7477504d71d205f3500d3bce07a
)
vcpkg_configure_cmake(