aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Yang <yabo@microsoft.com>2016-12-27 18:07:53 +0800
committerJason Yang <yabo@microsoft.com>2016-12-27 18:07:53 +0800
commitf70486314e3ba1962bd80a894e700a4de7fa55cd (patch)
tree27edcfc02d5c9f4415392a80be5e5fd95f8548fb
parentfc9b42489c478c9c662d77288f662124973893b3 (diff)
downloadvcpkg-f70486314e3ba1962bd80a894e700a4de7fa55cd.tar.gz
vcpkg-f70486314e3ba1962bd80a894e700a4de7fa55cd.zip
[azure-storage-cpp] Upgrade to v2.6.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 5fc7dbe13..29c80c703 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 2.5.0
+Version: 2.6.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 fdc858c1a..d83a6d854 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.5.0)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/azure-storage-cpp-2.6.0)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/Azure/azure-storage-cpp/archive/v2.5.0.tar.gz"
- FILENAME "azure-storage-cpp/v2.5.0.tar.gz"
- SHA512 128e02f4c4f741083b7860a1aacabaeee5616684d6a5f7f1b3a88abf7f74e6c46610ed62def2a743e67a20a1d12604b9c44c202d94b56ca0ca02847a2b6c9e1b
+ 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
)
vcpkg_extract_source_archive(${ARCHIVE})