[aws-c-mqtt] update to 0.9.6 (#34031)

This commit is contained in:
Jia Yue Hua 2023-09-27 16:25:38 +08:00 committed by GitHub
parent 23bef4d48e
commit 4f2ac45fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 e5b7adf0e4450d93159f996e1e95bcc09b97985b180fa4f13f1f9a1f8901e9e287248f2b7af552e3d2742d29c257ad6f4975458824833054b06794c4f916af96
SHA512 25f2097978174f15186a22bab37af36ef41aef9dba7a2d035495ea5cd60159d09ca6b22eb123eb9d911f2555d5688ffe1194e4015d080651d0a44323e15aee2a
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-c-mqtt",
"version": "0.9.5",
"version": "0.9.6",
"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": "c48dfcca0c391e496b3ba1709f491d3cba914e89",
"version": "0.9.6",
"port-version": 0
},
{
"git-tree": "96d192387fd36708a0cd3cc41552e473c8bcb2f9",
"version": "0.9.5",

View File

@ -373,7 +373,7 @@
"port-version": 0
},
"aws-c-mqtt": {
"baseline": "0.9.5",
"baseline": "0.9.6",
"port-version": 0
},
"aws-c-s3": {