zstd: Update to version 1.5.0

This commit is contained in:
Jakub Čábera 2021-05-15 00:03:17 -07:00
parent 30f12a7f18
commit 7e6aaff65f

View File

@ -1,16 +1,16 @@
{ {
"version": "1.4.9", "version": "1.5.0",
"description": "High compression ratios compression algorithm", "description": "High compression ratios compression algorithm",
"homepage": "https://facebook.github.io/zstd/", "homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip",
"hash": "0bc374dadaec1fa879d5b2329d11b17212fb5251fe119e237a75e72d5e0745e7" "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62"
}, },
"32bit": { "32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip",
"hash": "9ba7e4126cf614719442c81b1de6498b6d20bf5cb0b866c6898cab7fdfa738c5" "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984"
} }
}, },
"bin": "zstd.exe", "bin": "zstd.exe",