mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.6",
|
|
"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.6/r128gain_win64.7z",
|
|
"hash": "9a2f7c8f1bf4a2b68a5a8e9be4421645c90d832ecfd70431e3b4ce0a43946d0b",
|
|
"extract_dir": "r128gain-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/desbma/r128gain/releases/download/1.0.6/r128gain_win32.7z",
|
|
"hash": "8e54a2589a7a58c8ae2b4977dd696d602aa1f7513627a4a0220f30f7870a870e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|