Update async-mqtt port to 2.0.0. (#33718)

This commit is contained in:
Takatoshi Kondo 2023-09-13 02:58:51 +09:00 committed by GitHub
parent 424ed5e673
commit 6611a38237
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 1040b0cc23c385db713ccc6fe54a0caf0597d497bb2d1ec817d2b86fc77f14f6a82e287ef305e416bd454ab2be2ed01d8d7ceb859461f52c1b13fbb55e45bd34
SHA512 0bcb0bc3a08329a11ebe3efee4f919efc7bb8192373efd924f29f63c3bc7ca3ddd2c6e669f5800baf2fb3c5d67ae423e89cc802275d088848da83b2f343f7318
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "1.0.9",
"version": "2.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": "1785cef2cfd89416b423c3a67c5ef0ef29c76100",
"version": "2.0.0",
"port-version": 0
},
{
"git-tree": "f7194dfdf664f2037e9917fd58220d421dc9de76",
"version": "1.0.9",

View File

@ -269,7 +269,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "1.0.9",
"baseline": "2.0.0",
"port-version": 0
},
"asynch": {