mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2.5.1",
|
|
"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.5.1/sacad_win64.7z",
|
|
"hash": "94bd499b804864097413b9b6a77e70b8b6dfbbcafa46ae02ef6538207d349cc6",
|
|
"extract_dir": "sacad-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.5.1/sacad_win32.7z",
|
|
"hash": "a41b99b612cd31fb7678f1f45a6b4da813896f0d318085ec2ec39bab5dd3b41e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|