[aws-c-cal] fix linux build (#33819)

This commit is contained in:
autoantwort 2023-09-18 18:18:29 +02:00 committed by GitHub
parent b2b5bd8f65
commit 6333c9a58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -1,12 +1,17 @@
{
"name": "aws-c-cal",
"version": "0.6.2",
"port-version": 1,
"description": "C99 wrapper for cryptography primitives.",
"homepage": "https://github.com/awslabs/aws-c-cal",
"license": "Apache-2.0",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"aws-c-common",
{
"name": "openssl",
"platform": "!windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df757b731aa4c59ac71c43d02fe87edaff5680b3",
"version": "0.6.2",
"port-version": 1
},
{
"git-tree": "5633a1e4fad4542c5e3a665a09bf77d276031429",
"version": "0.6.2",

View File

@ -350,7 +350,7 @@
},
"aws-c-cal": {
"baseline": "0.6.2",
"port-version": 0
"port-version": 1
},
"aws-c-common": {
"baseline": "0.9.3",