mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/desbma/r128gain",
|
|
"version": "1.0.1",
|
|
"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.1/r128gain_win64.7z",
|
|
"hash": "c504e50f69724dd504d9117527454b181c4ce767e783b75a211ce22c879dc4d1",
|
|
"extract_dir": "r128gain-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/r128gain/releases/download/1.0.1/r128gain_win32.7z",
|
|
"hash": "2fb4e62a8f082fcff1c10fea1d74bb4ae25bfe209bb9ae6b373351494b1a8a80",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|