Update async-mqtt version to 1.0.7. (#32748)

This commit is contained in:
Takatoshi Kondo 2023-07-26 03:27:09 +09:00 committed by GitHub
parent 9307a7c4ec
commit 05f3ed1138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

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

View File

@ -1,7 +1,6 @@
{
"name": "async-mqtt",
"version": "1.0.6",
"port-version": 1,
"version": "1.0.7",
"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": "e68200b49b2f55aaf0e4a597af4dcd6d3f91d478",
"version": "1.0.7",
"port-version": 0
},
{
"git-tree": "9c89da20b589c01a60d633c5a1db2ed36215eb31",
"version": "1.0.6",

View File

@ -257,8 +257,8 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "1.0.6",
"port-version": 1
"baseline": "1.0.7",
"port-version": 0
},
"asynch": {
"baseline": "2019-09-21",