diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-02-26 13:57:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 13:57:43 -0800 |
| commit | f4359f404a8e399cc5a34e0b3c4dd36f38d75e68 (patch) | |
| tree | dd19a75ecf6f01e0c4007b536fdad8d16be8d1c2 /ports/cpprestsdk | |
| parent | 5d6927385ea3c39774510f820e9d40e85398921f (diff) | |
| download | vcpkg-f4359f404a8e399cc5a34e0b3c4dd36f38d75e68.tar.gz vcpkg-f4359f404a8e399cc5a34e0b3c4dd36f38d75e68.zip | |
[cpprestsdk] Update to v2.10.15. (#10191)
* [cpprestsdk] Update to v2.10.15.
* fix baseline
Fixes cpprestdsk on UWP.
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/cpprestsdk')
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 6 | ||||
| -rw-r--r-- | ports/cpprestsdk/portfile.cmake | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 6f6a2a307..b0d8d59ed 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,8 +1,8 @@ Source: cpprestsdk -Version: 2.10.14-1 -Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows), +Version: 2.10.15 +Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), - boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), + boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), boost-asio (!uwp&!windows) Homepage: https://github.com/Microsoft/cpprestsdk Description: C++11 JSON, REST, and OAuth library diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index 4a6dad142..8c76683c5 100644 --- a/ports/cpprestsdk/portfile.cmake +++ b/ports/cpprestsdk/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/cpprestsdk - REF v2.10.14 - SHA512 7208b8c31e42a9bda2bf1d5c65527e54e3f946ec57743aaf7058c12a311de78de354d5ff859f35b3a8936c8964ac5695a692e234f3365edc426cf9580f76cd4f + REF v2.10.15 + SHA512 ef8884c9f7fde2b6a25357ef0e7ee87b473a2e3140af2c5af0e3be7776ac2e8c0da431a356892020a3c37c84e30396350e2083cd4e1192a41fd3e099e74179f7 HEAD_REF master ) |
