2019-11-19 11:50:21 +08:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause",
"description": "High compression ratios compression algorithm",
"version": "1.4.4",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win64.zip",
"hash": "bb1591db8376fb5360640088e0cc9920c6da9cd0f5fd4e9229316261808c1581"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win32.zip",
"hash": "60d4cd6510e7253d33f47a68554a003b50dba05d1db89e16ef32bc26b126b92c"
}
},
"bin": "zstd.exe",
"checkver": {
"github": "https://github.com/facebook/zstd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip"
}
}
}
}