2022-11-25 20:26:24 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.7.2",
"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.2/sacad_win64.7z",
"hash": "9541daa9dc116d5c1c7219adce9bd961dac7985a22e92a8abdb3ee55402351a9",
"extract_dir": "sacad-win64"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.7.2/sacad_win32.7z",
"hash": "e3a5beb0c17eb7314894ab53a60195e368b4b2f5346078782d327b14760663a7",
"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"
}
}
}
}