2020-04-17 09:06:21 +02:00

36 lines
1.1 KiB
JSON

{
"homepage": "http://www.wavpack.com",
"description": "Hybrid lossless audio compression",
"version": "5.3.0",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/dbry/WavPack/releases/download/5.3.0/wavpack-5.3.0-x64.zip",
"hash": "9c591e397b73fa5ac8373c1715e2ebbb88260b1ad0c4c250491a5563abd4e8d7"
},
"32bit": {
"url": "https://github.com/dbry/WavPack/releases/download/5.3.0/wavpack-5.3.0-x86.zip",
"hash": "2eaa3c5b8a39317fbd49d2d471439b54114503ba0e1e4da173bd0bdbdb6f4bca"
}
},
"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"
}
}
}
}