[aws-c-mqtt] update to 0.10.3 (#37577)

This commit is contained in:
Jia Yue Hua 2024-03-22 10:30:20 +08:00 committed by GitHub
parent 86f1faaeba
commit e99ac59ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-mqtt
REF "v${VERSION}"
SHA512 05c435b1310ecc3ab1ef38ec65b3ec483c0923f12d83d9cc73e20bf78068421de7d254cef763deddcf128d34a8d0126b22a6e98009c851aea30d8dd65af9b72b
SHA512 1ad2056a9ae4695b10d91752f04e7dbd8c5a1568eacb107cbdb46584cee2fea3f8a64dd808b7304cf952bbaa314e483eb8070219c703120a23299c0ac581d5d8
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-c-mqtt",
"version": "0.10.1",
"version": "0.10.3",
"description": "C99 implementation of the MQTT 3.1.1 specification.",
"homepage": "https://github.com/awslabs/aws-c-mqtt",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8d9ad24f654f54f40250744fc34a83f1436eb9c7",
"version": "0.10.3",
"port-version": 0
},
{
"git-tree": "e288b3c65ad4a03bbadfc763aa362a4bce51ea25",
"version": "0.10.1",

View File

@ -393,7 +393,7 @@
"port-version": 0
},
"aws-c-mqtt": {
"baseline": "0.10.1",
"baseline": "0.10.3",
"port-version": 0
},
"aws-c-s3": {