mosquitto: Update to version 2.0.9

This commit is contained in:
Richard Kuhnt 2021-03-12 12:00:18 +00:00
parent 2e5a8e2ec3
commit bfbf729333

View File

@ -1,16 +1,16 @@
{
"version": "2.0.8",
"version": "2.0.9",
"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.8-install-windows-x64.exe#dl.7z",
"hash": "a92ec9ffa61154a3e97264239edb328c1ad95611813a89e5def65f9ac073454d"
"url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.9-install-windows-x64.exe#dl.7z",
"hash": "18baf7e81f2eec3165c6c3963969fbc2c0843eea76938fb3cf3739ff738e070c"
},
"32bit": {
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.8-install-windows-x86.exe#/dl.7z",
"hash": "9fbe80315c6bd1a696975fd098c2cf9fb2242ff9c33fe80a08ddba491d38c80b"
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.9-install-windows-x86.exe#/dl.7z",
"hash": "743e754804771a1cf6c3522930ca766d77a5f4f2cbfe9cce5eb08ca521613b84"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",