Update async_mqtt version to 1.0.3. (#32040)

This commit is contained in:
Takatoshi Kondo 2023-06-17 07:58:06 +09:00 committed by GitHub
parent e977c102fe
commit c65131a115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 54ae476ef1cac600c2a86dcb56d12729b3e75987dbe6eb768754de66e820b46b53dde2a14780f42a1e28c1dbb74615a3426a26cc7492c6c6664160b9e6355c8d
SHA512 7670c64f6c1ed98434620e107474283fec802098421c77ba503fc732141597ae0926d187be0cbcc0a86433c502a21cdc19a6d25d8e009ee1c72fd691f9fe9163
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "1.0.2",
"version": "1.0.3",
"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": "624a7f874eca273e12ebe2ac104d13294c4126bd",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "035119f49547730765ec2a296355d550b8ac7920",
"version": "1.0.2",

View File

@ -257,7 +257,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "1.0.2",
"baseline": "1.0.3",
"port-version": 0
},
"asynch": {