mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[aws-c-mqtt] Fix dependencies (#22611)
* Fix dependencies * Update versions
This commit is contained in:
parent
42bda4d340
commit
ce2ca4cd46
@ -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"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "834a199cf4560cbdd8e6dac09074b9b5b1d57d53",
|
||||
"version": "0.7.6",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "6dc42a5ba915723bed2997c39222b166a9f0a084",
|
||||
"version": "0.7.6",
|
||||
|
@ -286,7 +286,7 @@
|
||||
},
|
||||
"aws-c-mqtt": {
|
||||
"baseline": "0.7.6",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-s3": {
|
||||
"baseline": "0.1.25",
|
||||
|
Loading…
x
Reference in New Issue
Block a user