mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
wavpack: Add version 5.2.0 (#732)
This commit is contained in:
commit
eee1c6f410
35
bucket/wavpack.json
Normal file
35
bucket/wavpack.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://www.wavpack.com",
|
||||||
|
"description": "Hybrid lossless audio compression",
|
||||||
|
"version": "5.2.0",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x64.zip",
|
||||||
|
"hash": "48ef8a4a48d84a9d9a99724e42e8e8e1a9d8c29bc00043be90bc3b8a5dd4d52c"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x86.zip",
|
||||||
|
"hash": "8e08371d39b781465a92ca09a59cfe85a5620fb1a2f3f116beeeb4fb9cff7e25"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user