aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2020-09-17 03:04:00 +0300
committerGitHub <noreply@github.com>2020-09-16 17:04:00 -0700
commitbc21841c614f3460413530110ba2c1919de7a706 (patch)
tree48c8565f5c7cd2d36b0d2b92e4670eeab1bb55e7
parente6541d870ca6c33a606debacb522bf6b75dc5620 (diff)
downloadvcpkg-bc21841c614f3460413530110ba2c1919de7a706.tar.gz
vcpkg-bc21841c614f3460413530110ba2c1919de7a706.zip
[json_dto] Update to v.0.2.10 (#13535)
* json_dto updated to v.0.2.10 * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
-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(