ScoopInstaller_Main/bucket/mosquitto.json
2020-12-03 18:01:48 +00:00

40 lines
1.4 KiB
JSON

{
"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-2.0.0-install-windows-x64.exe#dl.7z",
"hash": "765f8f1e0842be8be70fc8ac09fcfc21ba274743c9e832de9e9c63d5e8dba2a5"
},
"32bit": {
"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",
"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"
}
}
}
}