wavpack: Add version 5.2.0 (#732)

This commit is contained in:
Hsiao-nan Cheung 2020-02-03 09:49:36 +08:00 committed by GitHub
commit eee1c6f410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/wavpack.json Normal file
View File

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