2020-06-08 08:54:40 +02: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.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.3.0/sacad_win64.7z",
"hash": "10aaefe604c2fdbb0c30f2bdaef87057fb36c2954f10b229866aaae4aa18e031",
"extract_dir": "sacad-win64"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.3.0/sacad_win32.7z",
"hash": "6dece2cdab36ec7b787c1fc20279f4c6819bf24db48f03552ffb1ab5fcd6f62f",
"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"
}
}
}
}