mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +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.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.2.2/sacad_win64.7z",
|
|
"hash": "12eaf35d3dcf7f58343d9ea348c5a99f1f8d8c64e531b525a33a53e63f384b64",
|
|
"extract_dir": "sacad-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.2.2/sacad_win32.7z",
|
|
"hash": "11d8cbc9192e971bd9358911bd616a97ed04e56407fbc1a33fc90e02923905f9",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|