mosquitto: Update to version 2.0.8

This commit is contained in:
Richard Kuhnt 2021-02-25 22:00:44 +00:00
parent 1765b777b0
commit a66281703e

View File

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