From 7e6aaff65f5e151121a012f5964c62c0eb841d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 15 May 2021 00:03:17 -0700 Subject: [PATCH] zstd: Update to version 1.5.0 --- bucket/zstd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 02f9e7e166..99018bb541 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -1,16 +1,16 @@ { - "version": "1.4.9", + "version": "1.5.0", "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": "0bc374dadaec1fa879d5b2329d11b17212fb5251fe119e237a75e72d5e0745e7" + "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip", + "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", - "hash": "9ba7e4126cf614719442c81b1de6498b6d20bf5cb0b866c6898cab7fdfa738c5" + "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip", + "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984" } }, "bin": "zstd.exe",