diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-08-17 09:55:05 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-17 09:55:05 -0700 |
| commit | 4a509014e10dd8a3245f9fbc4158da4b1cbf8025 (patch) | |
| tree | 3cb03463dfd1c4b2e7dac45d2f7183ebe86ed5d1 | |
| parent | 28abc94084b450de58c278d9654b13fd5ec49eec (diff) | |
| download | vcpkg-4a509014e10dd8a3245f9fbc4158da4b1cbf8025.tar.gz vcpkg-4a509014e10dd8a3245f9fbc4158da4b1cbf8025.zip | |
[cpprestsdk] Update to v2.10.5
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cpprestsdk/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index b6c2b4da1..f3053c7be 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.4 +Version: 2.10.5 Build-Depends: zlib, openssl (!uwp), boost-system (!uwp), boost-date-time (!uwp), boost-regex (!uwp), websocketpp (!uwp), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows) Description: C++11 JSON, REST, and OAuth library The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index 0ebd6680c..b19bb8eb4 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.4 - SHA512 600be601685b9768855f26d4dd980b19a43a2b3022a8c52afbea1c67d1a3f9a80d432ab88548afed92c197bac85c9b64fe504db222b09edefe09b8f95ba3b427 + REF v2.10.5 + SHA512 7942185e0e1cd5080b57737887f44c12e706cfb6428e55762dcbad2fd2c557f25bd26abe25b6abd9769ab6c0cea564541e7e95dcaff53e609124dda065fa41be HEAD_REF master ) |
