ScoopInstaller_Main/bucket/chromaprint.json
2023-08-20 00:32:50 +00:00

26 lines
976 B
JSON

{
"version": "1.5.0",
"description": "fpcalc binary from Chromaprint for generating audio fingerprints used by AcoustID",
"homepage": "https://acoustid.org/chromaprint",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/acoustid/chromaprint/releases/download/v1.5.0/chromaprint-fpcalc-1.5.0-windows-x86_64.zip",
"hash": "ce564a92aa9e13823379f2740624110e5f1bc5b25c10b031a5f9b8e71dce2fa9"
}
},
"extract_dir": "chromaprint-fpcalc-1.5.0-windows-x86_64",
"bin": "fpcalc.exe",
"checkver": {
"github": "https://github.com/acoustid/chromaprint"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/acoustid/chromaprint/releases/download/v$version/chromaprint-fpcalc-$version-windows-x86_64.zip"
}
},
"extract_dir": "chromaprint-fpcalc-$version-windows-x86_64"
}
}