mosquitto: Update to version 2.0.1

This commit is contained in:
Richard Kuhnt 2020-12-11 00:01:48 +00:00
parent d547a89db2
commit 2413fe8196

View File

@ -1,16 +1,16 @@
{
"version": "2.0.0",
"version": "2.0.1",
"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.0-install-windows-x64.exe#dl.7z",
"hash": "765f8f1e0842be8be70fc8ac09fcfc21ba274743c9e832de9e9c63d5e8dba2a5"
"url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.1-install-windows-x64.exe#dl.7z",
"hash": "c1e5fa00f20cb5b906f7473d6fbb34648d372b48eae4b40ce21ecd3a4cd0995a"
},
"32bit": {
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.0-install-windows-x86.exe#/dl.7z",
"hash": "e17aa6699d1dfdaeb7e9136a33a7942dbd92baafcee83ebf77d3c40911279a97"
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.1-install-windows-x86.exe#/dl.7z",
"hash": "f23b54ff6b6347756f7b0160e29f7d0ecd16cc7553eedfb4f20ce5361dc6f292"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",