aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinmingHu <jinmhu@microsoft.com>2020-07-10 03:29:52 +0800
committerGitHub <noreply@github.com>2020-07-09 12:29:52 -0700
commitcb8aa9c2eec1b1fb30181a6964362b104f2e6d2b (patch)
treeece77650745b82549295029e0aa65e4db737b44b
parentc6d69984edceacbe880fad20ddc8305a7ec6fb8c (diff)
downloadvcpkg-cb8aa9c2eec1b1fb30181a6964362b104f2e6d2b.tar.gz
vcpkg-cb8aa9c2eec1b1fb30181a6964362b104f2e6d2b.zip
[azure-storage-cpp] Upgrade to 7.5.0 (#12333)
-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 3ec9ee93e..08c09f029 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 7.4.0
+Version: 7.5.0
Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext (osx)
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.
diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake
index d0aa331c4..2b23123b2 100644
--- a/ports/azure-storage-cpp/portfile.cmake
+++ b/ports/azure-storage-cpp/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-storage-cpp
- REF v7.4.0
- SHA512 e62abf6b7bfee391a2df5e1eae230f70f9d1514aeea1a80d98183ffc69e4386013b0ac82a11902e30d8e28ee0a23f8a7fe65da30b9a6b838f60c783d2cfd2324
+ REF v7.5.0
+ SHA512 83eabcaf2114c8af1cabbc96b6ef2b57c934a06f68e7a870adf336feaa19edd57aedaf8507d5c40500e46d4e77f5059f9286e319fe7cadeb9ffc8fa018fb030c
HEAD_REF master
)