From c784eb1f993ecf2364bcde3354505fe86ef2abb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 17 Dec 2020 17:04:12 +0100 Subject: [PATCH] zstd: Update to version 1.4.7 --- bucket/zstd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 8317bfd03d..bff2a34439 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -1,16 +1,16 @@ { - "version": "1.4.5", + "version": "1.4.7", "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.5/zstd-v1.4.5-win64.zip", - "hash": "112f1a4adc80ba5f5f5c012d1b808ca7dd0c28998157d455ca0392eefade6f4f" + "url": "https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-v1.4.7-win64.zip", + "hash": "0e0693642e6c3e268f0f4adfba9937de5b8eef3b08f70d93f208a7941b749416" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-v1.4.5-win32.zip", - "hash": "a0be548e4ff5799bdb98cff4f1af8187313680eaa7f591cf602bfd095898d6c5" + "url": "https://github.com/facebook/zstd/releases/download/v1.4.7/zstd-v1.4.7-win32.zip", + "hash": "629214a7ed7e82f79789a0ac942190b95a80a3b428ade2ed6d24ecee3a128d08" } }, "bin": "zstd.exe",