ScoopInstaller_Main/bucket/r128gain.json
2020-09-22 08:20:12 +02:00

31 lines
1.1 KiB
JSON

{
"version": "1.0.3",
"description": "Fast audio loudness scanner & tagger (ReplayGain v2 / R128)",
"homepage": "https://github.com/desbma/r128gain",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.3/r128gain_win64.7z",
"hash": "92a547f12d70cb9bc2c7458e40422dc2d3eca76543862e3bc042f43023db2d4c",
"extract_dir": "r128gain-win64"
},
"32bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.3/r128gain_win32.7z",
"hash": "67dbed492a6b06a7d79ac789a810f7eab250a85be6224a0276084dbed7d0a60f",
"extract_dir": "r128gain-win32"
}
},
"bin": "r128gain.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/desbma/r128gain/releases/download/$version/r128gain_win64.7z"
},
"32bit": {
"url": "https://github.com/desbma/r128gain/releases/download/$version/r128gain_win32.7z"
}
}
}
}