diff options
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()
-
|
