diff options
| author | JinmingHu <jinmhu@microsoft.com> | 2020-05-23 12:55:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 21:55:26 -0700 |
| commit | fea6cfe9a8ae692bc0b065906510118364c07487 (patch) | |
| tree | 557ca77f79de6b3e9b3be36d981f7ec899eadcf6 | |
| parent | e792d1c171a18d32401db0f95251515cc15056f5 (diff) | |
| download | vcpkg-fea6cfe9a8ae692bc0b065906510118364c07487.tar.gz vcpkg-fea6cfe9a8ae692bc0b065906510118364c07487.zip | |
[azure-storage-cpp] Upgrade to 7.4.0 (#11510)
| -rw-r--r-- | ports/azure-storage-cpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/azure-storage-cpp/portfile.cmake | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index fbd712e0d..3ec9ee93e 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -1,7 +1,7 @@ Source: azure-storage-cpp -Version: 7.3.0 +Version: 7.4.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. Homepage: https://blogs.msdn.com/b/windowsazurestorage/ -Supports: !uwp
\ No newline at end of file +Supports: !uwp diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake index 8f83cd0ee..d0aa331c4 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.3.0 - SHA512 4297fa9e70fc4f4dde63f78f21714c2f9f6a9a63529cc3595f61e08659ea86a3590dbf9e99ee67572099c6bb7cc5b376bba6f29fbf59c5a1b705d841bb9a32e4 + REF v7.4.0 + SHA512 e62abf6b7bfee391a2df5e1eae230f70f9d1514aeea1a80d98183ffc69e4386013b0ac82a11902e30d8e28ee0a23f8a7fe65da30b9a6b838f60c783d2cfd2324 HEAD_REF master ) @@ -25,7 +25,7 @@ vcpkg_install_cmake() file(INSTALL ${SOURCE_PATH}/LICENSE.txt - DESTINATION ${CURRENT_PACKAGES_DIR}/share/azure-storage-cpp RENAME copyright) + DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
