Update async-mqtt port to 5.0.0. (#38546)

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:

- [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-04 07:25:20 +09:00 committed by GitHub
parent 2f53cdc885
commit 9b05fae520
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 f9ad4d27d0d34dd1d8256a44d40dec82d171d68f0574a0dfa97342247d09430e55f205c241068c65787be2c5b4c154f410d9c9a1c39e3347b6e299b3656a8811
SHA512 9114576f69942f4f8ac0915e39605bf7ba578e33d6cfdec6fe72b0fc7129c5427630e692faad49efa3e04de171bb1afda6e597c93404ef877b7462b77bdb5b99
HEAD_REF main
)

View File

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

View File

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