diff options
| author | eao197 <eao197@users.noreply.github.com> | 2021-05-21 10:36:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 00:36:21 -0700 |
| commit | 2e9b73fc8b736e13a5df780eaae11305822c2f19 (patch) | |
| tree | c9674dfe589c21c84da15bc0802d405658ac4448 | |
| parent | b39eb225c9c9f151a54d50158dc13cbcda8847a4 (diff) | |
| download | vcpkg-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.
| -rw-r--r-- | ports/json-dto/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/json-dto/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/j-/json-dto.json | 5 |
4 files changed, 9 insertions, 4 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", diff --git a/versions/baseline.json b/versions/baseline.json index 6c16a284f..e53c59fc4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2749,7 +2749,7 @@ "port-version": 1 }, "json-dto": { - "baseline": "0.2.11", + "baseline": "0.2.12", "port-version": 0 }, "json-schema-validator": { diff --git a/versions/j-/json-dto.json b/versions/j-/json-dto.json index 229b89c26..eea4d02cf 100644 --- a/versions/j-/json-dto.json +++ b/versions/j-/json-dto.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9a981571e3da6bf7df6ad44cb3ee5f816134c5f9", + "version": "0.2.12", + "port-version": 0 + }, + { "git-tree": "752a985f24b4f8cdf068838ae1b791ea46ab7add", "version-string": "0.2.11", "port-version": 0 |
