mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "5.5.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.5.0/wavpack-5.5.0-x64.zip",
|
|
"hash": "72ab380f7961a5a69d393fc0b0ae6fe6d44c8a2c52237cc2c85c406a2695dd70"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dbry/WavPack/releases/download/5.5.0/wavpack-5.5.0-x86.zip",
|
|
"hash": "938e9c495dacc13f5cd91fdd736708b101a20ab4dadc84a1491d314aaee1f1ca"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|