2019-11-30 20:01:16 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/desbma/sacad",
"description": "A command line tool to download album covers without manual intervention.",
"license": "MPL-2.0",
"version": "2.2.3",
"architecture": {
"64bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.2.3/sacad_win64.7z",
"hash": "defc6bf0d3da834a3d526e282206f9e6ea1047b4d1b2306918a609fa0915d710",
"extract_dir": "sacad-win64"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.2.3/sacad_win32.7z",
"hash": "636040a4d40500c5b912125ea53ef6f1644e181dfd1339b273e96a9313018383",
"extract_dir": "sacad-win32"
}
},
"bin": [
"sacad.exe",
"sacad_r.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/desbma/sacad/releases/download/$version/sacad_win64.7z"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/$version/sacad_win32.7z"
}
}
}
}