mosquitto: Update to version 2.0.0

This commit is contained in:
Richard Kuhnt 2020-12-03 18:01:48 +00:00
parent 04e1e92800
commit 12ccb9adb7

View File

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