2020-12-17 17:04:12 +01:00

31 lines
1.1 KiB
JSON

{
"version": "1.4.7",
"description": "High compression ratios compression algorithm",
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-v1.4.7-win64.zip",
"hash": "0e0693642e6c3e268f0f4adfba9937de5b8eef3b08f70d93f208a7941b749416"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-v1.4.7-win32.zip",
"hash": "629214a7ed7e82f79789a0ac942190b95a80a3b428ade2ed6d24ecee3a128d08"
}
},
"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"
}
}
}
}