Skip to content

Commit

Permalink
Daily vcpkg ports for identity
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Apr 23, 2021
1 parent 8ff5e0a commit 9cbb006
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions ports/azure-identity-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF 698e9965c56c47cf16d9350956e8d752031e5fe5
SHA512 7b66087ad88579b655452c6d90e1c479826639559e97f4126f709c5cfb21c2a860b77107dd307f2c4949d561ecb6d881078e58bc033f881f3f47c1bc8ed7c388
REF 01e49be40a3693bf1630b521ba5408201d7138da
SHA512 8ea015b77f7b0a115bb514821afb786c9f82a4065f1ff1e87d210454f4b12e058052a1a1a481f7bccb2904e4cb8258e9769fc4430db29c2a1a910b817d59a2eb
)

vcpkg_cmake_configure(
Expand Down
48 changes: 24 additions & 24 deletions ports/azure-identity-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "azure-identity-cpp",
"version-semver": "1.0.0-beta.6",
"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",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
{
"name": "azure-identity-cpp",
"version-semver": "1.0.0-beta.6",
"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",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
2 changes: 1 addition & 1 deletion versions/a-/azure-identity-cpp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "c64f2dabac644b4858619f581d5a4f61f4507216",
"git-tree": "d6484f286711907270fdef50ea5b2adc11255c71",
"version-semver": "1.0.0-beta.6",
"port-version": 0
},
Expand Down

0 comments on commit 9cbb006

Please sign in to comment.