[async-mqtt] Update to 10.2.6 (#48513)

This commit is contained in:
Takatoshi Kondo
2025-12-02 07:51:08 +09:00
committed by GitHub
parent 268871e479
commit 622af23a17
5 changed files with 8 additions and 3 deletions

BIN
10.2.6.tar.gz Normal file

Binary file not shown.

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO redboltz/async_mqtt
REF "${VERSION}"
SHA512 618bcd8357fd560e6b92a1bce08da0259f59d53bcfa9aed9890f182cb6f20415cff2595f31a3ca68b6e9c7b1caed3499a2e1915cd84a43dabf2e1e324c029ac1
SHA512 661507cbda4d4815d9066d742c99b9b4d778aca50b650bf8d4b176e226dd9426bfdb09a2ac0ae38e1160675249ab207c6f251565217896df29a53cd385f9b680
HEAD_REF main
)

View File

@@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "10.2.5",
"version": "10.2.6",
"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": "2b36a71d71ab7aa8d938d6e360c10b94ba48f45c",
"version": "10.2.6",
"port-version": 0
},
{
"git-tree": "496c50a5fc2764aea0609870623c442fc1069607",
"version": "10.2.5",

View File

@@ -329,7 +329,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "10.2.5",
"baseline": "10.2.6",
"port-version": 0
},
"async-simple": {