From a1500f461b975920d7914f3d7a15a278af307e1f Mon Sep 17 00:00:00 2001 From: Jat Date: Mon, 17 May 2021 04:03:28 +0800 Subject: [PATCH] zstd@1.5.0: Fix installation (#2182) --- bucket/zstd.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 99018bb541..1dd9ef2eb3 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,11 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip", - "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62" + "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62", + "extract_dir": "zstd-v1.5.0-win64" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip", - "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984" + "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984", + "extract_dir": "zstd-v1.5.0-win32" } }, "bin": "zstd.exe", @@ -20,10 +22,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip", + "extract_dir": "zstd-v$version-win64" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip", + "extract_dir": "zstd-v$version-win32" } } }