diff options
| author | Billy O'Neal <billy.oneal@gmail.com> | 2019-03-20 10:55:42 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-20 10:55:42 -0700 |
| commit | 6f0594756e2dcd8a66422073d9b0e2e4bbc1ed03 (patch) | |
| tree | da46189698fd50d1b39a264989ed9056ccef4338 | |
| parent | 03558e75079187eb090349a99c11572905933c02 (diff) | |
| download | vcpkg-6f0594756e2dcd8a66422073d9b0e2e4bbc1ed03.tar.gz vcpkg-6f0594756e2dcd8a66422073d9b0e2e4bbc1ed03.zip | |
Update cpprestsdk to v2.10.11. (#5748)
| -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 aaa41316e..20a44a2ba 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.10 +Version: 2.10.11 Build-Depends: zlib, 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) 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 9f34226ef..7f0ca2ed0 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.10 - SHA512 6169d0907aead80a4e0a3f6a25fb71ab13a46a10a9700974c629b91948a83ee3c841a4ac7dfac8155ea3731c0eedee594c07ec37050d57770faf4eee608660e5 + REF v2.10.11 + SHA512 ea2299e128f8a75e67bb29fb42ce249cf48166c60cc73ec40d3f6ec5ae7b283ac8a083d62a7221b35f1f7876d814263a96b2a376bb306b1b4605ef17de36a115 HEAD_REF master ) |
