2021-03-04 14:05:16 +01:00

31 lines
1.1 KiB
JSON

{
"version": "1.4.9",
"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.4.9/zstd-v1.4.9-win64.zip",
"hash": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip",
"hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7"
}
},
"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"
}
}
}
}