mosquitto: Update to version 2.0.2

This commit is contained in:
Richard Kuhnt 2020-12-11 01:01:47 +00:00
parent d065a63361
commit beb83c193a

View File

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