ScoopInstaller_Main/bucket/r128gain.json
2020-06-08 08:54:40 +02:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/desbma/r128gain",
"version": "1.0.2",
"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.2/r128gain_win64.7z",
"hash": "97f5ff1ab565ce381b9bcbfa8a9fb8228b88e654ee2c9dc04a963fd117861c81",
"extract_dir": "r128gain-win64"
},
"32bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.2/r128gain_win32.7z",
"hash": "6b6cf63ebba4f3fdab3dae57f4e78984913ffe59494729ecc155627915efc4d8",
"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"
}
}
}
}