diff options
Diffstat (limited to 'ports/azure-storage-common-cpp')
| -rw-r--r-- | ports/azure-storage-common-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/azure-storage-common-cpp/portfile.cmake | 8 |
2 files changed, 3 insertions, 10 deletions
diff --git a/ports/azure-storage-common-cpp/CONTROL b/ports/azure-storage-common-cpp/CONTROL index 94be9982f..1ce94a674 100644 --- a/ports/azure-storage-common-cpp/CONTROL +++ b/ports/azure-storage-common-cpp/CONTROL @@ -1,8 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved.
-# SPDX-License-Identifier: MIT
-#
Source: azure-storage-common-cpp
-Version: 12.0.0-beta.8
+Version: 12.0.0-beta.9
Build-Depends: azure-core-cpp, libxml2, openssl (!windows)
Description: Microsoft Azure Common Storage SDK for C++
This library provides common Azure Storage-related abstractions for Azure SDK.
diff --git a/ports/azure-storage-common-cpp/portfile.cmake b/ports/azure-storage-common-cpp/portfile.cmake index d692db1c9..906458020 100644 --- a/ports/azure-storage-common-cpp/portfile.cmake +++ b/ports/azure-storage-common-cpp/portfile.cmake @@ -1,11 +1,8 @@ -# Copyright (c) Microsoft Corporation. All rights reserved.
-# SPDX-License-Identifier: MIT
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-storage-common_12.0.0-beta.8
- SHA512 8630ab3bbc7e39bfae4c24fdf343c9e7fb076069757a308698593d935b6d1e23dac5f0d8fb68c16751735b2e6d7b825adc39594e4f3b09cdfc35d0a6c6506f50
+ REF azure-storage-common_12.0.0-beta.9
+ SHA512 6f12a8f3881b862eabe40b506457837e57d8e490f0c991885738140d4acc4af079fceea012c4a40f50416196ae3f2f7f577e121068a612bd243f808b82670d4a
)
vcpkg_configure_cmake(
@@ -20,4 +17,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
-
|
