2024-03-30 01:13:56 +00:00

26 lines
840 B
JSON

{
"version": "1.5.5",
"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.5/zstd-v1.5.5-win64.zip",
"hash": "1ab47163dd8ea8c3ef35311ba77808870347e2f0e3e50acd4e99a21c0d87da2c",
"extract_dir": "zstd-v1.5.5-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"
}
}
}
}