aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-common-cpp
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-03-24 12:49:28 -0700
committerGitHub <noreply@github.com>2021-03-24 12:49:28 -0700
commit31b3eff6a777eb5743249f08fd2dfc68f7e82c91 (patch)
treef80271d4bf447943a30a615f0e94b26e31968e1c /ports/azure-storage-common-cpp
parent6562225c92ec34b92970ce0e4b680856eb6ae24b (diff)
downloadvcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.tar.gz
vcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.zip
[azure-core-cpp] Azure Core Release Beta 7 (#16668)
* [azure-core-cpp] Update to 1.0.0-beta.7 Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Diffstat (limited to 'ports/azure-storage-common-cpp')
-rw-r--r--ports/azure-storage-common-cpp/CONTROL5
-rw-r--r--ports/azure-storage-common-cpp/portfile.cmake8
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()
-