2025-02-21 01:17:34 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.5.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.5.7/zstd-v1.5.7-win64.zip",
"hash": "6ae72e3d0a5d53c5aaa74638499d3715d25625b71bf3bc9d72c3f4a3ed4d8ca4",
"extract_dir": "zstd-v1.5.7-win64"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-v1.5.7-win32.zip",
"hash": "58d5ff77b9c578debf3108ec874767a9eebe47f954948c3a56b7c5f538ed3e1c",
"extract_dir": "zstd-v1.5.7-win32"
}
},
"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"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
"extract_dir": "zstd-v$version-win32"
}
}
}
}