aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchie Liang <achiel@microsoft.com>2017-03-08 10:04:52 +0800
committerAchie Liang <achiel@microsoft.com>2017-03-08 10:04:52 +0800
commit937ab708e652b75ded67b7c5c079bfd912324848 (patch)
tree17911c1c45771d63a150ad065bcdbd98c552fa76
parente3d962775771a00044ab9af9c7dc9b8df3e05a7e (diff)
downloadvcpkg-937ab708e652b75ded67b7c5c079bfd912324848.tar.gz
vcpkg-937ab708e652b75ded67b7c5c079bfd912324848.zip
Upgrade azure-storage-cpp to v3.0.0
-rw-r--r--ports/azure-storage-cpp/CONTROL2
-rw-r--r--ports/azure-storage-cpp/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index 29c80c703..fd3275538 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -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/ \ No newline at end of file
diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake
index d83a6d854..06df886ac 100644
--- a/ports/azure-storage-cpp/portfile.cmake
+++ b/ports/azure-storage-cpp/portfile.cmake
@@ -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})