mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/desbma/r128gain",
|
|
"version": "0.9.3",
|
|
"license": "LGPL-2.1-only",
|
|
"description": "Fast audio loudness scanner & tagger (ReplayGain v2 / R128)",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/desbma/r128gain/releases/download/0.9.3/r128gain_win64.7z",
|
|
"hash": "b917038644c7ef58d763c217af497befec573457b3b95dad711bd8e0de11358f",
|
|
"extract_dir": "r128gain-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/r128gain/releases/download/0.9.3/r128gain_win32.7z",
|
|
"hash": "aac0d939c8b324f8ca765805a78eb7d255c2ab88ff0307f8474a4ae6df68c6a8",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|