2024-03-30 21:04:43 +00:00

26 lines
840 B
JSON

{
"version": "1.5.6",
"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.6/zstd-v1.5.6-win64.zip",
"hash": "7b4eff6719990e38aca93a4844c2e86a1935090625c4611f7e89675e999c56cc",
"extract_dir": "zstd-v1.5.6-win64"
}
},
"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",
"extract_dir": "zstd-v$version-win64"
}
}
}
}