aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-identity-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/azure-identity-cpp')
-rw-r--r--ports/azure-identity-cpp/portfile.cmake5
-rw-r--r--ports/azure-identity-cpp/vcpkg.json4
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake
index d831da1a0..417698981 100644
--- a/ports/azure-identity-cpp/portfile.cmake
+++ b/ports/azure-identity-cpp/portfile.cmake
@@ -1,13 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-identity_1.0.0
- SHA512 de2de96c3ddce8b289328282c5ad89a4e96ee8b4c7398964a874ddddb7afd232005213b0f25e343ac6b08ecec9636006d395a61fd0dcf67db09ab7e7ec2d7201
+ REF azure-identity_1.1.0
+ SHA512 83893ae2bc5edf7d63615e6017ea0474e9c620171e9320dabbe41d40b5659dca4f6d8a10599ec02054b2d3265eebfbd419ceab43669ba5ba0e04e72a38297a07
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/identity/azure-identity/
- PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)
diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json
index 382a9befa..ec0ea4dbb 100644
--- a/ports/azure-identity-cpp/vcpkg.json
+++ b/ports/azure-identity-cpp/vcpkg.json
@@ -1,11 +1,11 @@
{
"name": "azure-identity-cpp",
- "version-semver": "1.0.0",
+ "version-semver": "1.1.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
],
- "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/identity/azure-identity",
+ "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
"license": "MIT",
"dependencies": [
{