2018-03-30 16:04:39 -04:00

36 lines
1.1 KiB
JSON

{
"homepage": "http://www.zstd.net/",
"license": "https://github.com/facebook/zstd/blob/dev/LICENSE",
"version": "1.3.4",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win64.zip",
"hash": "b71f16f211aa0397a90e046ac4358c982ab9947c33e1004c933e69aee548ff26"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.4/zstd-v1.3.4-win32.zip",
"hash": "52e0553c7fb8f5af6f19b4cc85023335a3b96603149ccb1049423254be012a43"
}
},
"bin": "zstd.exe",
"shortcuts": [
[
"zstd.exe",
"zstd"
]
],
"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"
}
}
}
}