Skip to content

Commit

Permalink
Update async-mqtt version to 1.0.5. (#32302)
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Jul 1, 2023
1 parent 9055f88 commit f89c4f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 e790f59a28ac7f841b0a3320fc11ecf705a6e800526f990a81ec7d290c1db0bfe83a0d879ba997f890e658dbe2d6cb30f89e7e9e28dc96b7494a96986f689747
SHA512 99b4e5d3ad810f26fcd0c95af9a1ee7ceb85341553236a3f4dd73222abbe915379a6df0475d912723ec72e16b55e089c646adcdfb8d4547c471081bba6bc97e3
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": "1.0.4",
"version": "1.0.5",
"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": "5d6da6090c0d80cca553b35ad733f0f3a879f0f7",
"version": "1.0.5",
"port-version": 0
},
{
"git-tree": "12788eb6a749ef28ef1dca9d6ab141bdf0458208",
"version": "1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "1.0.4",
"baseline": "1.0.5",
"port-version": 0
},
"asynch": {
Expand Down

0 comments on commit f89c4f1

Please sign in to comment.