[azure-c-shared-utility] Fix dependencies (#31693)

This commit is contained in:
Kai Pastor 2023-05-30 20:39:46 +02:00 committed by GitHub
parent 95d50e69c3
commit 37804988e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -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",
{ {

View File

@ -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",

View File

@ -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",