diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-03-24 12:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 12:49:28 -0700 |
| commit | 31b3eff6a777eb5743249f08fd2dfc68f7e82c91 (patch) | |
| tree | f80271d4bf447943a30a615f0e94b26e31968e1c /ports/azure-storage-files-datalake-cpp | |
| parent | 6562225c92ec34b92970ce0e4b680856eb6ae24b (diff) | |
| download | vcpkg-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-files-datalake-cpp')
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/portfile.cmake | 8 |
2 files changed, 3 insertions, 10 deletions
diff --git a/ports/azure-storage-files-datalake-cpp/CONTROL b/ports/azure-storage-files-datalake-cpp/CONTROL index 543a5f939..87fb59801 100644 --- a/ports/azure-storage-files-datalake-cpp/CONTROL +++ b/ports/azure-storage-files-datalake-cpp/CONTROL @@ -1,8 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved.
-# SPDX-License-Identifier: MIT
-#
Source: azure-storage-files-datalake-cpp
-Version: 12.0.0-beta.8
+Version: 12.0.0-beta.9
Build-Depends: azure-storage-blobs-cpp
Description: Microsoft Azure Storage Files Data Lake SDK for C++
This library provides Azure Storage Files Data Lake SDK.
diff --git a/ports/azure-storage-files-datalake-cpp/portfile.cmake b/ports/azure-storage-files-datalake-cpp/portfile.cmake index cf6f871cf..435b881c4 100644 --- a/ports/azure-storage-files-datalake-cpp/portfile.cmake +++ b/ports/azure-storage-files-datalake-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-files-datalake_12.0.0-beta.8
- SHA512 e5c767da318e5d709627c7fd0b72bf3ff401c0bb56a1476347d927100ee7724aac0472ccb5c9185fa1761bfb894ee8a5d48e0bea5987cbde376cba94250ca1ca
+ REF azure-storage-files-datalake_12.0.0-beta.9
+ SHA512 a870f686d163ae9a956811dd2155e999d09a777607b0da5239c10415f8f56514ff6a22fa125bb44d5aa89d682643f2eb16b65167a4a70a52388599b8aea131a9
)
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()
-
|
