aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-07 18:11:07 -0800
committerGitHub <noreply@github.com>2017-03-07 18:11:07 -0800
commit4c9cad4337f2c0bcb5c7c61d6b108f96c5efed79 (patch)
tree1348548b0c9b374128788606ebdd7e11b54c9ac6
parent50162c75426144944888b7a24a28705feaaaebd6 (diff)
parent937ab708e652b75ded67b7c5c079bfd912324848 (diff)
downloadvcpkg-4c9cad4337f2c0bcb5c7c61d6b108f96c5efed79.tar.gz
vcpkg-4c9cad4337f2c0bcb5c7c61d6b108f96c5efed79.zip
Merge pull request #742 from achie-liang/master
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})