Skip to content

Commit

Permalink
[aws-c-mqtt] update to 0.9.6 (microsoft#34031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 27, 2023
1 parent 23bef4d commit 4f2ac45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/aws-c-mqtt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-c-mqtt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
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": "c48dfcca0c391e496b3ba1709f491d3cba914e89",
"version": "0.9.6",
"port-version": 0
},
{
"git-tree": "96d192387fd36708a0cd3cc41552e473c8bcb2f9",
"version": "0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"port-version": 0
},
"aws-c-mqtt": {
"baseline": "0.9.5",
"baseline": "0.9.6",
"port-version": 0
},
"aws-c-s3": {
Expand Down

0 comments on commit 4f2ac45

Please sign in to comment.