2025-02-28 10:52:14 +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": "f70e9673fb13b7faeb4ccfffd8d29c52377d78a637099367f4cbeab4a7fd6b88",
"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": "e2d2c13c73f2c9a6eb2d575d12cf53e650825c984c9f1fdd0ac35a62f063aff3",
"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"
}
}
}
}