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-blobs-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-blobs-cpp')
| -rw-r--r-- | ports/azure-storage-blobs-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/azure-storage-blobs-cpp/portfile.cmake | 8 |
2 files changed, 3 insertions, 10 deletions
diff --git a/ports/azure-storage-blobs-cpp/CONTROL b/ports/azure-storage-blobs-cpp/CONTROL index fb18bdf60..24a93f205 100644 --- a/ports/azure-storage-blobs-cpp/CONTROL +++ b/ports/azure-storage-blobs-cpp/CONTROL @@ -1,8 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved.
-# SPDX-License-Identifier: MIT
-#
Source: azure-storage-blobs-cpp
-Version: 12.0.0-beta.8
+Version: 12.0.0-beta.9
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 a2474ba2f..17ffe51c7 100644 --- a/ports/azure-storage-blobs-cpp/portfile.cmake +++ b/ports/azure-storage-blobs-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-blobs_12.0.0-beta.8
- SHA512 30266911729c7f6c499f834b2134c1657182228cf8ba003e993e8ecbb725c28014ac3a2892667bd804a044cfc7961c0b5c7e567144ddd3cb224c6c7736ed505a
+ REF azure-storage-blobs_12.0.0-beta.9
+ SHA512 c7d345a29eda02d0acfac4c6957cbf6dbeb2b9bd4b6ff9b5ccd65d6e5bf26332b6fc445934e81ade4154a52e45583cf2d84dd3317edf11c273f50a0cde57b45d
)
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()
-
|
