mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "5.9.0",
|
|
"description": "Hybrid lossless audio compression",
|
|
"homepage": "https://www.wavpack.com",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dbry/WavPack/releases/download/5.9.0/wavpack-5.9.0-x64.zip",
|
|
"hash": "ad5e94bcde6f4edfc859210d98f144f225805a391c633c68f6dbb15a9e52570e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dbry/WavPack/releases/download/5.9.0/wavpack-5.9.0-x86.zip",
|
|
"hash": "4e960c95a4ca80e380d5317880cec6bb3250e7e4ca714d43b61294fe90d9b06b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|