2020-01-20 16:48:46 +08:00

36 lines
1.1 KiB
JSON

{
"homepage": "http://www.wavpack.com",
"description": "Hybrid lossless audio compression",
"version": "5.2.0",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x64.zip",
"hash": "48ef8a4a48d84a9d9a99724e42e8e8e1a9d8c29bc00043be90bc3b8a5dd4d52c"
},
"32bit": {
"url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x86.zip",
"hash": "8e08371d39b781465a92ca09a59cfe85a5620fb1a2f3f116beeeb4fb9cff7e25"
}
},
"bin": [
"wavpack.exe",
"wvunpack.exe",
"wvgain.exe",
"wvtag.exe"
],
"checkver": {
"github": "https://github.com/dbry/WavPack"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dbry/WavPack/releases/download/$version/wavpack-$version-x64.zip"
},
"32bit": {
"url": "https://github.com/dbry/WavPack/releases/download/$version/wavpack-$version-x86.zip"
}
}
}
}