mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[async-mqtt] update port to 9.0.2 (#41537)
This commit is contained in:
parent
4e50e93e04
commit
da389606b3
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO redboltz/async_mqtt
|
||||
REF "${VERSION}"
|
||||
SHA512 25aa9b5ceb32247025143531bb849ecb52a5d54dc671bf4739e99c2190082e497b857c97245bae5adbc62b3e0cedefab712a71ba422b992756a47eab9d192f9e
|
||||
SHA512 cf76113f9fc3999c83781ca8213dbaa18edb5f4c081366b25ed1581cb955f8dfd562175bbd6ba5c127e560d5f9a0e013e42185211a4de77e76cdd44b279873a6
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "async-mqtt",
|
||||
"version": "9.0.1",
|
||||
"version": "9.0.2",
|
||||
"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": "cf72e6ffff6a04a7970fdd233aed561027fbb8b7",
|
||||
"version": "9.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3eead09afc69661d7dbe73007276c04c7d239346",
|
||||
"version": "9.0.1",
|
||||
|
@ -289,7 +289,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"async-mqtt": {
|
||||
"baseline": "9.0.1",
|
||||
"baseline": "9.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"async-simple": {
|
||||
|
Loading…
Reference in New Issue
Block a user