mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "5.6.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.6.0/wavpack-5.6.0-x64.zip",
|
|
"hash": "a61fd0099c2de2f1abccf284a8fe3fe5e5673b1d55387da5d6c386f8c272e17c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dbry/WavPack/releases/download/5.6.0/wavpack-5.6.0-x86.zip",
|
|
"hash": "14e402e076ea0bcd3d1cd4068577218f882d4dfd67f24b88167ebf798af2a2c5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|