mosquitto: Update to version 2.1.0

This commit is contained in:
github-actions[bot] 2026-01-30 00:51:36 +00:00
parent d2287b5059
commit 7c13613910

View File

@ -1,16 +1,16 @@
{
"version": "2.0.22",
"version": "2.1.0",
"description": "An open-source message broker that implements the MQTT protocol.",
"homepage": "https://mosquitto.org/",
"license": "EPL-1.0",
"architecture": {
"64bit": {
"url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.22-install-windows-x64.exe#dl.7z",
"hash": "2d3d57d918cc8cd4a0df6c6812edf1c3d723ee813b569354ff4a021e9e1d84bc"
"url": "https://mosquitto.org/files/binary/win64/mosquitto-2.1.0-install-windows-x64.exe#dl.7z",
"hash": "f93d9bb0bee6ce76fb84f4c800044e6d67dd6e40b8cfb7711c7ec97e0cda382a"
},
"32bit": {
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.22-install-windows-x86.exe#/dl.7z",
"hash": "77a05bd4e747176ec780595cfe7a237660a0323a88e75a447a05f0ba52f1e2d8"
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.1.0-install-windows-x86.exe#/dl.7z",
"hash": "d8a1caa6180f2f3031625692245aebc87df1a29ab6415a92ee3d56a1161aa06e"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",