aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-28 02:12:04 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:52:10 -0700
commitfeb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch)
treee9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/azure-storage-cpp
parent2f50e20a3688088490f50b158e0ab14944217b90 (diff)
downloadvcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz
vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip
Upgrades 2018.07.01
Diffstat (limited to 'ports/azure-storage-cpp')
-rw-r--r--ports/azure-storage-cpp/CONTROL2
-rw-r--r--ports/azure-storage-cpp/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index eec7c8fcd..e3f158a95 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 4.0.0
+Version: 5.0.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 99c388208..90bba67bf 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 v4.0.0
- SHA512 5ca264e014685852eb52b5b732d352e3eaaca3358d4bdf78ac2a571fd3b18f2d967583ce4ec64105fb87f0ef182a84671248f3f6a62c4886ff05dfa10c773605
+ REF v5.0.0
+ SHA512 730d082b4bf4ef73ee8aa5f8c87927149e4c2b65fc58dc9609f992ab8fcdd7e9fdbc4b77fbc46378ebd575196477dee7943db5d43724591d505aba511fe3052a
HEAD_REF master
PATCHES
${CMAKE_CURRENT_LIST_DIR}/cmake.patch