diff options
| author | Tank Tang <kat@microsoft.com> | 2018-09-05 11:51:30 +0800 |
|---|---|---|
| committer | Tank Tang <kat@microsoft.com> | 2018-09-05 11:51:30 +0800 |
| commit | 398d9fe64e1efa6a98eb4896ac28ab94e020e956 (patch) | |
| tree | 099cb11ddf02e920856d5fbc3f776bad144170eb | |
| parent | acb791b228dbfea5229fdb0b7985acba41beba59 (diff) | |
| download | vcpkg-398d9fe64e1efa6a98eb4896ac28ab94e020e956.tar.gz vcpkg-398d9fe64e1efa6a98eb4896ac28ab94e020e956.zip | |
[azure-storage-cpp] Upgrade to 5.1.0
| -rw-r--r-- | ports/azure-storage-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-storage-cpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index e3f158a95..9c4f027d2 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-storage-cpp -Version: 5.0.0 +Version: 5.1.0 Build-Depends: cpprestsdk, atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp) Description: Microsoft Azure Storage Client SDK for C++ A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake index be9f8074c..474856e57 100644 --- a/ports/azure-storage-cpp/portfile.cmake +++ b/ports/azure-storage-cpp/portfile.cmake @@ -7,8 +7,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-storage-cpp - REF v5.0.0 - SHA512 730d082b4bf4ef73ee8aa5f8c87927149e4c2b65fc58dc9609f992ab8fcdd7e9fdbc4b77fbc46378ebd575196477dee7943db5d43724591d505aba511fe3052a + REF v5.1.0 + SHA512 a072b43482133bcc16d2da013ede2a29cb530ddeb0cdd38ed1f08d2a67fe7c6e2c7b0c5bb5c69b5c5b21de62bddfc20e12766618e6c6721d1221a00d435c1d51 HEAD_REF master PATCHES ${CMAKE_CURRENT_LIST_DIR}/pplx-do-while.patch |
