Upgrade azure-storage-cpp to v3.0.0

This commit is contained in:
Achie Liang 2017-03-08 10:04:52 +08:00
parent e3d9627757
commit 937ab708e6
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Source: azure-storage-cpp
Version: 2.6.0
Version: 3.0.0
Build-Depends: cpprestsdk
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/

View File

@ -1,10 +1,10 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/azure-storage-cpp-2.6.0)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/azure-storage-cpp-3.0.0)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/Azure/azure-storage-cpp/archive/v2.6.0.tar.gz"
FILENAME "azure-storage-cpp/v2.6.0.tar.gz"
SHA512 383fc709b04b7a116b553575f27a95b95a66105fe9b96d412fc4f1938e51288f81e49a9578c02993d0bc2a4771265694117b82fd5beaeaf4c32f81eeb8f9be6a
URLS "https://github.com/Azure/azure-storage-cpp/archive/v3.0.0.tar.gz"
FILENAME "azure-storage-cpp/v3.0.0.tar.gz"
SHA512 45d0d7f8cc350a16cff0371cdd442e851912c89061acfec559482e8f79cebafffd8681b32a30b878e329235cd3aaad5d2ff797d1148302e3109cf5111df14b97
)
vcpkg_extract_source_archive(${ARCHIVE})