[async-mqtt] update port to 9.0.0 (#40781)

This commit is contained in:
Takatoshi Kondo 2024-09-05 14:31:36 +09:00 committed by GitHub
parent 0361ec230b
commit 07857e1539
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 b270e594cf68ecd36d038040f243d4b4b65635432fa63ad52cc596a9e0d709de64a9f07b505eb4ecd218099f5483192e0fd725f711001f974b4a82ab2d16f9ba
SHA512 3d342d16046c194b98f2fc817f3ab68ed89b42e13fe84fe9fd5ad5324ffa8b13f591083fe0afb02f4cb062b75742af0c64183dfa4c1f564912460dcc21e28cf0
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "8.0.1",
"version": "9.0.0",
"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": "c92c43499a7e610def2909bec1e5ace51d8c4729",
"version": "9.0.0",
"port-version": 0
},
{
"git-tree": "492b0473ce4568d2bc5852461c4c75c574ef2941",
"version": "8.0.1",

View File

@ -285,7 +285,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "8.0.1",
"baseline": "9.0.0",
"port-version": 0
},
"async-simple": {