{ "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.3a-install-windows-x64.exe#dl.7z", "hash": "c86432e4e39681e8df45e3fb02aaa899136fe65818b17568603de26871a16671" }, "32bit": { "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", "bin": [ "mosquitto.exe", "mosquitto_passwd.exe", "mosquitto_pub.exe", "mosquitto_rr.exe", "mosquitto_sub.exe" ], "persist": "mosquitto.conf", "checkver": { "url": "https://mosquitto.org/download/", "regex": "mosquitto-([\\d.a-z]+)-install-windows" }, "autoupdate": { "architecture": { "64bit": { "url": "https://mosquitto.org/files/binary/win64/mosquitto-$version-install-windows-x64.exe#dl.7z" }, "32bit": { "url": "https://mosquitto.org/files/binary/win32/mosquitto-$version-install-windows-x86.exe#/dl.7z" } } } }