mosquitto: Update to version 2.0.4

This commit is contained in:
Richard Kuhnt 2020-12-23 00:01:47 +00:00
parent f43eb2c9bd
commit 1eb1601726

View File

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