2022-01-29 20:27:55 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.5.0",
"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.0/sacad_win64.7z",
"hash": "43493dabe7a6f1a067d50b5e7751d2bff9bbc08caa34b585bf9deb8a7540deb9",
"extract_dir": "sacad-win64"
},
"32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.5.0/sacad_win32.7z",
"hash": "dc6d051155811688c993908c25e6689346cd236033e376aa46d510bba8fd5cd5",
"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"
}
}
}
}