2018-10-05 22:00:26 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "http://www.zstd.net/",
"license": "BSD-3-Clause",
"description": "Zstandard is a real-time compression algorithm, providing high compression ratios.",
"version": "1.3.6",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.6/zstd-v1.3.6-win64.zip",
"hash": "113fc3d62d4a0a6a8497d588679034435be87193138a42b2f7163ff8e9e456ed"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.6/zstd-v1.3.6-win32.zip",
"hash": "7e7363f084bf23721bee649c2ffcf5b5a19c8b3bde63d07dfff6a4162b76ca16"
}
},
"bin": "zstd.exe",
"shortcuts": [
[
"zstd.exe",
"zstd"
]
],
"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"
}
}
}
}