mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 13:10:07 +08:00
Update async-mqtt port to 3.0.0. (#35389)
This commit is contained in:
parent
12018d5fa3
commit
ab76a78f72
@ -4,7 +4,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO redboltz/async_mqtt
|
REPO redboltz/async_mqtt
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 0bcb0bc3a08329a11ebe3efee4f919efc7bb8192373efd924f29f63c3bc7ca3ddd2c6e669f5800baf2fb3c5d67ae423e89cc802275d088848da83b2f343f7318
|
SHA512 5eba3e50c7d48871d94babe72a0da1c4e128748d42365b4042f38baf1a6d375b0b97f08eba51a7d72bb93e840f5778737cd6519af58257cca7a1dabe0db31a85
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "async-mqtt",
|
"name": "async-mqtt",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Header-only Asynchronous MQTT communication library for C++17 based on Boost.Asio.",
|
"description": "Header-only Asynchronous MQTT communication library for C++17 based on Boost.Asio.",
|
||||||
"homepage": "https://github.com/redboltz/async_mqtt",
|
"homepage": "https://github.com/redboltz/async_mqtt",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "54a9da56ebb673479269e266208e7b1133ff128a",
|
||||||
|
"version": "3.0.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "1785cef2cfd89416b423c3a67c5ef0ef29c76100",
|
"git-tree": "1785cef2cfd89416b423c3a67c5ef0ef29c76100",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
@ -273,7 +273,7 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"async-mqtt": {
|
"async-mqtt": {
|
||||||
"baseline": "2.0.0",
|
"baseline": "3.0.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"asynch": {
|
"asynch": {
|
||||||
|
Loading…
Reference in New Issue
Block a user