mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
34 lines
1.1 KiB
JSON
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.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.2.0/sacad_win64.7z",
|
|
"hash": "66a2ee84854b51617796dd9ba504f9adbc6f8732c84c25d390990a8ce8ca2bfd",
|
|
"extract_dir": "sacad-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.2.0/sacad_win32.7z",
|
|
"hash": "a2a4fef92ee04205133f5649940627118e2fcf567496be932bb8e0091e77ef15",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|