2023-06-14 00:43:38 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.7.5",
"description": "A command line tool to download album covers without manual intervention.",
"homepage": "https://github.com/desbma/sacad",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.7.5/sacad_win64.7z",
"hash": "c74c817bc02b4176ea95fe5f7733860b2c0d9f5b91c648e2cafeaf04838912c7",
"extract_dir": "sacad-win64"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.7.5/sacad_win32.7z",
"hash": "03d1b4118941322b1828b03d1eac42f71ef541ec01fa4263bb8912edf04fdc34",
"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"
}
}
}
}