mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
[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:
parent
20d55c6fce
commit
59a435bcca
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ed58076eabe5415b20f4b7cd91bb692c8ff7d979",
|
||||
"version": "5.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d36fdfa7382dee22c5cdbe864210d58fc66921d4",
|
||||
"version": "5.0.0",
|
||||
|
@ -281,7 +281,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"async-mqtt": {
|
||||
"baseline": "5.0.0",
|
||||
"baseline": "5.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"async-simple": {
|
||||
|
Loading…
Reference in New Issue
Block a user