mosquitto: Update to version 2.0.3a

This commit is contained in:
Richard Kuhnt 2020-12-18 12:01:48 +00:00
parent bbbb6f15a0
commit 18bdc1e77b

View File

@ -1,16 +1,16 @@
{
"version": "2.0.3",
"version": "2.0.3a",
"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.3-install-windows-x64.exe#dl.7z",
"hash": "be530218c7122a1760a31a746f901c1549748ec5e03c59df55f1bb95063b7e7f"
"url": "https://mosquitto.org/files/binary/win64/mosquitto-2.0.3a-install-windows-x64.exe#dl.7z",
"hash": "c86432e4e39681e8df45e3fb02aaa899136fe65818b17568603de26871a16671"
},
"32bit": {
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.3-install-windows-x86.exe#/dl.7z",
"hash": "c3b409fad7aecddaabad7034efe11f9620c7c82d52227feda0d1e5611c5825af"
"url": "https://mosquitto.org/files/binary/win32/mosquitto-2.0.3a-install-windows-x86.exe#/dl.7z",
"hash": "14effe68c4b4ee642785faef4b9cc5049326a779c142a25b92b61c7a9ff5142f"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse",