mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2.3.4",
|
|
"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.3.4/sacad_win64.7z",
|
|
"hash": "90244b8cb78b052094592e799d7c6efc12156493eb577c44d34148537ce62ad5",
|
|
"extract_dir": "sacad-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.3.4/sacad_win32.7z",
|
|
"hash": "c554de0460548038a0e7689c589871930beaaeb731e22df62681c9889b9cb4c1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|