2021-12-21 19:28:43 +05:30

31 lines
1.1 KiB
JSON

{
"version": "1.5.1",
"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.5.1/zstd-v1.5.1-win64.zip",
"hash": "9bc19ea3c1997d755103019d4790a9e7a9c55f0a572381f81832dc75773d08de"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-v1.5.1-win32.zip",
"hash": "df2f37e841b2da9e7b79c53488cef0cada5317d43f815430ca277201b7f2ec42"
}
},
"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"
}
}
}
}