Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[async-mqtt] Update to 1.0.3. #32040

Merged
merged 1 commit into from
Jun 16, 2023
Merged
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
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 54ae476ef1cac600c2a86dcb56d12729b3e75987dbe6eb768754de66e820b46b53dde2a14780f42a1e28c1dbb74615a3426a26cc7492c6c6664160b9e6355c8d
SHA512 7670c64f6c1ed98434620e107474283fec802098421c77ba503fc732141597ae0926d187be0cbcc0a86433c502a21cdc19a6d25d8e009ee1c72fd691f9fe9163
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.2",
"version": "1.0.3",
"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": "624a7f874eca273e12ebe2ac104d13294c4126bd",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "035119f49547730765ec2a296355d550b8ac7920",
"version": "1.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 @@ -257,7 +257,7 @@
"port-version": 0
},
"async-mqtt": {
"baseline": "1.0.2",
"baseline": "1.0.3",
"port-version": 0
},
"asynch": {
Expand Down