diff options
Diffstat (limited to 'ports/azure-identity-cpp')
| -rw-r--r-- | ports/azure-identity-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-identity-cpp/portfile.cmake | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/azure-identity-cpp/CONTROL b/ports/azure-identity-cpp/CONTROL index 74e47c1fa..73bcfd362 100644 --- a/ports/azure-identity-cpp/CONTROL +++ b/ports/azure-identity-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-identity-cpp
-Version: 1.0.0-beta.3
+Version: 1.0.0-beta.4
Build-Depends: azure-core-cpp
Description: Microsoft Azure Identity SDK for C++
This library provides common authentication-related abstractions for Azure SDK.
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake index 05838226c..e157c4c09 100644 --- a/ports/azure-identity-cpp/portfile.cmake +++ b/ports/azure-identity-cpp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-identity_1.0.0-beta.3
- SHA512 ef1926e81e14b040871d654e5d4a3e07607ee82b0c9a0205dd6fa2253ae84eb86cfadc45de6dab6a060a5e8909615e559444c65174368fc1bd386894ea89efa6
+ REF azure-identity_1.0.0-beta.4
+ SHA512 d86c43ddff626f4a041ec38d1a628e15ba546887855f4c3dd1d4070a8599611f0f43cd5bdd9ba51700f4f702802a5f356f5106b6a08fe540ed54aec4bcb98b17
)
vcpkg_configure_cmake(
@@ -17,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()
-
|
