2021-01-13 07:15:24 +01:00

36 lines
1.1 KiB
JSON

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