[async-mqtt] update port to 9.0.2 (#41537)

This commit is contained in:
Takatoshi Kondo 2024-10-15 05:28:08 +09:00 committed by GitHub
parent 4e50e93e04
commit da389606b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO redboltz/async_mqtt
REF "${VERSION}"
SHA512 25aa9b5ceb32247025143531bb849ecb52a5d54dc671bf4739e99c2190082e497b857c97245bae5adbc62b3e0cedefab712a71ba422b992756a47eab9d192f9e
SHA512 cf76113f9fc3999c83781ca8213dbaa18edb5f4c081366b25ed1581cb955f8dfd562175bbd6ba5c127e560d5f9a0e013e42185211a4de77e76cdd44b279873a6
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "9.0.1",
"version": "9.0.2",
"description": "Header-only Asynchronous MQTT communication library for C++17 based on Boost.Asio.",
"homepage": "https://github.com/redboltz/async_mqtt",
"license": "BSL-1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf72e6ffff6a04a7970fdd233aed561027fbb8b7",
"version": "9.0.2",
"port-version": 0
},
{
"git-tree": "3eead09afc69661d7dbe73007276c04c7d239346",
"version": "9.0.1",

View File

@ -289,7 +289,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "9.0.1",
"baseline": "9.0.2",
"port-version": 0
},
"async-simple": {