[async-mqtt] Update to 5.1.0 (#38563)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Takatoshi Kondo 2024-05-07 05:04:38 +09:00 committed by GitHub
parent 20d55c6fce
commit 59a435bcca
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 9114576f69942f4f8ac0915e39605bf7ba578e33d6cfdec6fe72b0fc7129c5427630e692faad49efa3e04de171bb1afda6e597c93404ef877b7462b77bdb5b99
SHA512 3d0e062f5903cb9a5a5d14780603454fa292b5f3d18a58baef1825bafd2fc6bc89103a329362d4a86e40e1177ad36e9f7c4c1ab33be4b9f110681fcf150264e2
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "5.0.0",
"version": "5.1.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": "ed58076eabe5415b20f4b7cd91bb692c8ff7d979",
"version": "5.1.0",
"port-version": 0
},
{
"git-tree": "d36fdfa7382dee22c5cdbe864210d58fc66921d4",
"version": "5.0.0",

View File

@ -281,7 +281,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "5.0.0",
"baseline": "5.1.0",
"port-version": 0
},
"async-simple": {