ScoopInstaller_Main/bucket/r128gain.json
2020-01-12 13:00:23 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/desbma/r128gain",
"version": "1.0.0",
"license": "LGPL-2.1-only",
"description": "Fast audio loudness scanner & tagger (ReplayGain v2 / R128)",
"architecture": {
"64bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.0/r128gain_win64.7z",
"hash": "5a3ea92b8be2caa3b8906b67a1566300cbdce670cf2b4278e56dc13a71411620",
"extract_dir": "r128gain-win64"
},
"32bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.0/r128gain_win32.7z",
"hash": "33bfd92a2d5e2ec105b41b9d20150d8cfcd849f1cb5af3f9c41f14c34a739ba7",
"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"
}
}
}
}