Skip to content

Commit

Permalink
[aws-c-mqtt] Fix dependencies (#22611)
Browse files Browse the repository at this point in the history
* Fix dependencies

* Update versions
  • Loading branch information
dg0yt authored Jan 18, 2022
1 parent 42bda4d commit ce2ca4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ports/aws-c-mqtt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-mqtt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "834a199cf4560cbdd8e6dac09074b9b5b1d57d53",
"version": "0.7.6",
"port-version": 2
},
{
"git-tree": "6dc42a5ba915723bed2997c39222b166a9f0a084",
"version": "0.7.6",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
},
"aws-c-mqtt": {
"baseline": "0.7.6",
"port-version": 1
"port-version": 2
},
"aws-c-s3": {
"baseline": "0.1.25",
Expand Down

0 comments on commit ce2ca4c

Please sign in to comment.