r128gain: Add version 0.9.3 (#319)

This commit is contained in:
Hsiao-nan Cheung 2019-08-16 09:42:33 +08:00 committed by GitHub
parent 6f35fc7880
commit 768df3b3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
bucket/r128gain.json Normal file
View File

@ -0,0 +1,30 @@
{
"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"
}
}
}
}