zstd: Update to version 1.3.6

This commit is contained in:
Richard Kuhnt 2018-10-05 22:00:26 +00:00
parent 5606cb17ca
commit ec78e3260e

View File

@ -2,15 +2,15 @@
"homepage": "http://www.zstd.net/",
"license": "BSD-3-Clause",
"description": "Zstandard is a real-time compression algorithm, providing high compression ratios.",
"version": "1.3.5",
"version": "1.3.6",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.5/zstd-v1.3.5-win64.zip",
"hash": "5dabee0ab14a92d73226cf8cb90d09a17b96b77542dffd173bdeeb3c3a3bab4a"
"url": "https://github.com/facebook/zstd/releases/download/v1.3.6/zstd-v1.3.6-win64.zip",
"hash": "113fc3d62d4a0a6a8497d588679034435be87193138a42b2f7163ff8e9e456ed"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.3.5/zstd-v1.3.5-win32.zip",
"hash": "836591dd15d78b22bd29ab0146c2291dbe27772941d56caac258ce0c36ae7070"
"url": "https://github.com/facebook/zstd/releases/download/v1.3.6/zstd-v1.3.6-win32.zip",
"hash": "7e7363f084bf23721bee649c2ffcf5b5a19c8b3bde63d07dfff6a4162b76ca16"
}
},
"bin": "zstd.exe",