2020-12-19 07:55:13 +01:00

31 lines
1.1 KiB
JSON

{
"version": "1.4.8",
"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.8/zstd-v1.4.8-win64.zip",
"hash": "38045c48bc4fceda7c1915d0aff05a55495822f321822755d281750f1994cedf"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.8/zstd-v1.4.8-win32.zip",
"hash": "23b796a760fd162ff0ee7ed0f13152f55ec3c41dbeebc44b8335b095af65ac5c"
}
},
"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"
}
}
}
}