Skip to content

Commit

Permalink
[async-mqtt] update port to 10.0.0 (#43823)
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz authored Feb 14, 2025
1 parent 849dcc2 commit 933f7f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ports/async-mqtt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO redboltz/async_mqtt
REF "${VERSION}"
SHA512 cf76113f9fc3999c83781ca8213dbaa18edb5f4c081366b25ed1581cb955f8dfd562175bbd6ba5c127e560d5f9a0e013e42185211a4de77e76cdd44b279873a6
SHA512 4dd1fb7dbbdf767258fa7d6073d69184b1e2998fbb8e5693e969d482d200b55e540a064c4cccdc1a74f41030bfc15136bcd28f49e15e18d694b07bcfd4bb5b53
HEAD_REF main
)

Expand All @@ -21,7 +21,6 @@ vcpkg_cmake_configure(
-DASYNC_MQTT_BUILD_EXAMPLES=OFF
-DASYNC_MQTT_BUILD_UNIT_TESTS=OFF
-DASYNC_MQTT_BUILD_SYSTEM_TESTS=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/async-mqtt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-mqtt",
"version": "9.0.2",
"version": "10.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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/async-mqtt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c074ea0f1a1645b9d42145ed4b68dbf4295723a9",
"version": "10.0.0",
"port-version": 0
},
{
"git-tree": "cf72e6ffff6a04a7970fdd233aed561027fbb8b7",
"version": "9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "9.0.2",
"baseline": "10.0.0",
"port-version": 0
},
"async-simple": {
Expand Down

0 comments on commit 933f7f7

Please sign in to comment.