mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2.3.3",
|
|
"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.3/sacad_win64.7z",
|
|
"hash": "c365fc356441b9a6fda2614749b1fbeed1c58d43f218ef51fdcb87fb1dadd30e",
|
|
"extract_dir": "sacad-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/sacad/releases/download/2.3.3/sacad_win32.7z",
|
|
"hash": "eb3b4d6ba98821233b79a5d7b48f7c5a73728b5cfb006809617cbf2535df2aee",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|