[aws-c-mqtt] Fix dependencies (#22611)

* Fix dependencies

* Update versions
This commit is contained in:
Kai Pastor 2022-01-18 22:02:51 +01:00 committed by GitHub
parent 42bda4d340
commit ce2ca4cd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,11 +1,14 @@
{
"name": "aws-c-mqtt",
"version": "0.7.6",
"port-version": 1,
"port-version": 2,
"description": "C99 implementation of the MQTT 3.1.1 specification.",
"homepage": "https://github.com/awslabs/aws-c-mqtt",
"supports": "!arm & !uwp",
"dependencies": [
"aws-c-common",
"aws-c-http",
"aws-c-io",
{
"name": "s2n",
"platform": "!uwp & !windows"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "834a199cf4560cbdd8e6dac09074b9b5b1d57d53",
"version": "0.7.6",
"port-version": 2
},
{
"git-tree": "6dc42a5ba915723bed2997c39222b166a9f0a084",
"version": "0.7.6",

View File

@ -286,7 +286,7 @@
},
"aws-c-mqtt": {
"baseline": "0.7.6",
"port-version": 1
"port-version": 2
},
"aws-c-s3": {
"baseline": "0.1.25",