From c0746680405a2a63ad10bca959aa58b80cf5f87c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 25 Jul 2019 20:00:25 +0000 Subject: [PATCH] zstd: Update to version 1.4.2 --- bucket/zstd.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 85e19709a2..18cd28b97b 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -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",