aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-03-27 19:14:18 +0300
committerVictor Romero <romerosanchezv@gmail.com>2019-03-27 09:14:18 -0700
commit8129b11ea62765b609e4cb8d11389fd332ceaddd (patch)
tree29dae5e94a2585262d97db291202d9043363ab25
parent195e4aa18aae1c79157c2275ccf11dac0a2e818c (diff)
downloadvcpkg-8129b11ea62765b609e4cb8d11389fd332ceaddd.tar.gz
vcpkg-8129b11ea62765b609e4cb8d11389fd332ceaddd.zip
[json-dto] updated to v.0.2.8 (#5836)
* sobjectizer updated to v.5.5.24.3 * json-dto updated to v.0.2.8
-rw-r--r--ports/json-dto/CONTROL2
-rw-r--r--ports/json-dto/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/json-dto/CONTROL b/ports/json-dto/CONTROL
index 2e9197c2f..1d8b7b24b 100644
--- a/ports/json-dto/CONTROL
+++ b/ports/json-dto/CONTROL
@@ -1,4 +1,4 @@
Source: json-dto
-Version: 0.2.6
+Version: 0.2.8
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 ca228cfda..212ef87aa 100644
--- a/ports/json-dto/portfile.cmake
+++ b/ports/json-dto/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
REPO sobjectizerteam/json_dto-0.2
- REF v.0.2.6
- SHA512 f6562b6177c941a9b898013eacb4bd78f2b8d460a82b773824bf51e106a92c27c52dca4ab6dd07a2d5e063ca3442a20c27dfd80bdcd78207e65f328b95972890
+ REF v.0.2.8
+ SHA512 50a2d8d31f4cf67bdf84a58bae5f95642f4be571e8e052a48830be119d5e3c4ddbb19c5ac97fc0f8383c9958d64ec9be4ce23019c1da4f2cbf4b8ddbf23f5ad7
)
vcpkg_configure_cmake(