Commit Graph

18 Commits

Author SHA1 Message Date
Takatoshi Kondo
a6cad7a165
[async-mqtt] update port to 8.0.1. (#39575) 2024-06-28 17:29:50 -07:00
Takatoshi Kondo
2467ec13e1
[async-mqtt] update port to 8.0.0 (#39507) 2024-06-26 20:18:19 -07:00
Takatoshi Kondo
f23f95d95d
[async-mqtt] update async-mqtt port to 7.0.0 (#39372) 2024-06-19 14:39:54 -07:00
Takatoshi Kondo
86b7519564
[async-mqtt] update async-mqtt port to 5.1.1 (#38617)
- [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.
2024-05-08 11:10:02 -07:00
Takatoshi Kondo
59a435bcca
[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.
2024-05-06 13:04:38 -07:00
Takatoshi Kondo
9b05fae520
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.
2024-05-03 15:25:20 -07:00
Takatoshi Kondo
18dbc70c0c
Update async-mqtt port to 4.1.0. (#37963) 2024-04-04 11:02:05 -07:00
Takatoshi Kondo
583ba9175e
Update async-mqtt port to 4.0.0. (#35615) 2023-12-12 01:08:10 -08:00
Takatoshi Kondo
ab76a78f72
Update async-mqtt port to 3.0.0. (#35389) 2023-11-29 00:19:13 -08:00
Takatoshi Kondo
6611a38237
Update async-mqtt port to 2.0.0. (#33718) 2023-09-12 10:58:51 -07:00
Takatoshi Kondo
fb29550fc5
Update async-mqtt port to 1.0.9 (#32931)
* Update async-mqtt port to 1.0.8.

* Update async-mqtt port version to 1.0.9.
2023-08-04 06:51:21 -07:00
Takatoshi Kondo
05f3ed1138
Update async-mqtt version to 1.0.7. (#32748) 2023-07-25 11:27:09 -07:00
Ómar Högni Guðmarsson
57ca276412
[async-mqtt] Add tls feature. (#32551) 2023-07-24 11:44:07 -07:00
Takatoshi Kondo
4ee00ae12d
Update async-mqtt version to 1.0.6. (#32326) 2023-07-05 11:39:18 -07:00
Takatoshi Kondo
f89c4f1052
Update async-mqtt version to 1.0.5. (#32302) 2023-06-30 17:32:57 -07:00
Takatoshi Kondo
aee8671958
Update async-mqtt version to 1.0.4. (#32100) 2023-06-21 17:56:15 -07:00
Takatoshi Kondo
c65131a115
Update async_mqtt version to 1.0.3. (#32040) 2023-06-16 15:58:06 -07:00
Takatoshi Kondo
019fc6b7a4
[async-mqtt] Add new port (#31902)
* [async-mqtt] Add async-mqtt port.

* Reflect review comments.

Add header-only on the top of file.
Use ${VERSION} instead of the literal.
Fix indent.
Add double qoute to path
Remove copyright install.

* Set build type to release.

* Removed debug directory removal.

* Fix async_mqtt installed cmake config.
2023-06-14 19:36:35 -07:00