diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-02-11 23:03:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 23:03:34 -0800 |
| commit | 6f42659cb943345f13b325b679e72473b304137b (patch) | |
| tree | fc5b50f0aa0a1968f9a199bc82d01a77baa0172b /ports/azure-storage-blobs-cpp | |
| parent | 28c588e6afa75298ec3d3703db9f05e88da2b2b4 (diff) | |
| download | vcpkg-6f42659cb943345f13b325b679e72473b304137b.tar.gz vcpkg-6f42659cb943345f13b325b679e72473b304137b.zip | |
update azure-storage-{common/blob/file/datalake}-cpp (#16183)
* [azure-storage-common-cpp] Update to 12.0.0-beta.8
* [azure-storage-blobs-cpp] Update to 12.0.0-beta.8
* [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.8
* [azure-storage-files-shares-cpp] Update to 12.0.0-beta.8
Diffstat (limited to 'ports/azure-storage-blobs-cpp')
| -rw-r--r-- | ports/azure-storage-blobs-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/azure-storage-blobs-cpp/portfile.cmake | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ports/azure-storage-blobs-cpp/CONTROL b/ports/azure-storage-blobs-cpp/CONTROL index a3e08f567..fb18bdf60 100644 --- a/ports/azure-storage-blobs-cpp/CONTROL +++ b/ports/azure-storage-blobs-cpp/CONTROL @@ -1,5 +1,8 @@ +# Copyright (c) Microsoft Corporation. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
Source: azure-storage-blobs-cpp
-Version: 12.0.0-beta.7
+Version: 12.0.0-beta.8
Build-Depends: azure-storage-common-cpp
Description: Microsoft Azure Storage Blobs SDK for C++
This library provides Azure Storage Blobs SDK.
diff --git a/ports/azure-storage-blobs-cpp/portfile.cmake b/ports/azure-storage-blobs-cpp/portfile.cmake index 2c385b399..a2474ba2f 100644 --- a/ports/azure-storage-blobs-cpp/portfile.cmake +++ b/ports/azure-storage-blobs-cpp/portfile.cmake @@ -1,8 +1,11 @@ +# 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-blobs_12.0.0-beta.7
- SHA512 51bf1c961bdc2fd95354afe21f171f2e1c05aafb4f6301a15d51650fecf0f0bc66272ac0fbc2e02c112b0164da4df66a411b17418c338298f6da21c3bfaab2c1
+ REF azure-storage-blobs_12.0.0-beta.8
+ SHA512 30266911729c7f6c499f834b2134c1657182228cf8ba003e993e8ecbb725c28014ac3a2892667bd804a044cfc7961c0b5c7e567144ddd3cb224c6c7736ed505a
)
vcpkg_configure_cmake(
|
