Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 10.2.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion 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 618bcd8357fd560e6b92a1bce08da0259f59d53bcfa9aed9890f182cb6f20415cff2595f31a3ca68b6e9c7b1caed3499a2e1915cd84a43dabf2e1e324c029ac1
SHA512 661507cbda4d4815d9066d742c99b9b4d778aca50b650bf8d4b176e226dd9426bfdb09a2ac0ae38e1160675249ab207c6f251565217896df29a53cd385f9b680
HEAD_REF main
)

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": "10.2.5",
"version": "10.2.6",
"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": "2b36a71d71ab7aa8d938d6e360c10b94ba48f45c",
"version": "10.2.6",
"port-version": 0
},
{
"git-tree": "496c50a5fc2764aea0609870623c442fc1069607",
"version": "10.2.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "10.2.5",
"baseline": "10.2.6",
"port-version": 0
},
"async-simple": {
Expand Down