ScoopInstaller_Main/bucket/r128gain.json
2021-10-24 02:11:09 -07:00

31 lines
1.1 KiB
JSON

{
"version": "1.0.4",
"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.4/r128gain_win64.7z",
"hash": "50653156e130097357dd0cf604e52aa69d07c01bfd3db56170ad36895c8bdaee",
"extract_dir": "r128gain-win64"
},
"32bit": {
"url": "https://github.com/desbma/r128gain/releases/download/1.0.4/r128gain_win32.7z",
"hash": "700b78af8f06e5746cf2376fc2ea9df5f013be22105f7a8f9c14455ae69cb570",
"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"
}
}
}
}