mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[azure-c-shared-utility] Fix dependencies (#31693)
This commit is contained in:
parent
95d50e69c3
commit
37804988e7
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "azure-c-shared-utility",
|
||||
"version-date": "2023-01-18",
|
||||
"port-version": 1,
|
||||
"description": "Azure C SDKs common code",
|
||||
"homepage": "https://github.com/Azure/azure-c-shared-utility",
|
||||
"license": "MIT",
|
||||
@ -9,11 +10,11 @@
|
||||
"azure-macro-utils-c",
|
||||
{
|
||||
"name": "curl",
|
||||
"platform": "linux"
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "linux"
|
||||
"platform": "!windows & !osx"
|
||||
},
|
||||
"umock-c",
|
||||
{
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7fed72b2797511395842d94efefa040e0fd1f65a",
|
||||
"version-date": "2023-01-18",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "78c535284693d96c19026445e363459b37a4aca9",
|
||||
"version-date": "2023-01-18",
|
||||
|
@ -390,7 +390,7 @@
|
||||
},
|
||||
"azure-c-shared-utility": {
|
||||
"baseline": "2023-01-18",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user