mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 05:08:02 +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",
|
"name": "azure-c-shared-utility",
|
||||||
"version-date": "2023-01-18",
|
"version-date": "2023-01-18",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Azure C SDKs common code",
|
"description": "Azure C SDKs common code",
|
||||||
"homepage": "https://github.com/Azure/azure-c-shared-utility",
|
"homepage": "https://github.com/Azure/azure-c-shared-utility",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +10,11 @@
|
|||||||
"azure-macro-utils-c",
|
"azure-macro-utils-c",
|
||||||
{
|
{
|
||||||
"name": "curl",
|
"name": "curl",
|
||||||
"platform": "linux"
|
"platform": "!windows"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openssl",
|
"name": "openssl",
|
||||||
"platform": "linux"
|
"platform": "!windows & !osx"
|
||||||
},
|
},
|
||||||
"umock-c",
|
"umock-c",
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "7fed72b2797511395842d94efefa040e0fd1f65a",
|
||||||
|
"version-date": "2023-01-18",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "78c535284693d96c19026445e363459b37a4aca9",
|
"git-tree": "78c535284693d96c19026445e363459b37a4aca9",
|
||||||
"version-date": "2023-01-18",
|
"version-date": "2023-01-18",
|
||||||
|
@ -390,7 +390,7 @@
|
|||||||
},
|
},
|
||||||
"azure-c-shared-utility": {
|
"azure-c-shared-utility": {
|
||||||
"baseline": "2023-01-18",
|
"baseline": "2023-01-18",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"azure-core-cpp": {
|
"azure-core-cpp": {
|
||||||
"baseline": "1.9.0",
|
"baseline": "1.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user