zstd: Update to version 1.4.2

This commit is contained in:
Richard Kuhnt 2019-07-25 20:00:25 +00:00
parent 4c81da779e
commit c074668040

View File

@ -2,17 +2,17 @@
"homepage": "http://www.zstd.net/",
"license": "BSD-3-Clause",
"description": "Zstandard is a real-time compression algorithm, providing high compression ratios.",
"version": "1.4.1",
"version": "1.4.2",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.1/zstd-v1.4.1-win64.zip",
"hash": "be5d10b94702e8fc48bf3c9ed6fec19cab556a1c00bc905f8473bc8a128d3abf",
"extract_dir": "zstd-v1.4.1-win64"
"url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win64.zip",
"hash": "13e9fd7a979398a4109fedbd6dc2f25dd0f2b0fb42b9fc957ad7b837c815949d",
"extract_dir": "zstd-v1.4.2-win64"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.1/zstd-v1.4.1-win32.zip",
"hash": "1fa75edad0e3a97c0f0d32dc20be73d08c908eb245bc9c318dcfc8301028959a",
"extract_dir": "zstd-v1.4.1-win32"
"url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win32.zip",
"hash": "430f21b1a4e006f3bfb2e97efa94deb03aadcda8c38b5f9832a0d069e4cad19e",
"extract_dir": "zstd-v1.4.2-win32"
}
},
"bin": "zstd.exe",