From 2846a83b967c4069694d2224bccc10346920ff31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 10 Mar 2021 21:10:20 +0100 Subject: [PATCH] zstd@1.4.9: Fix 64bit installation after release refresh - Closes #1912 --- bucket/zstd.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 86b1023af4..969954152d 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -7,7 +7,7 @@ "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", "hash": "6b762f30b6e356f9625e3a764fae09dc32536cfc2cf33fc135b3021984b84f0b", - "pre_install": "Expand-7zipArchive \"$dir\\zstd*win64\" -Removal" + "extract_dir": "zstd-v1.4.9-win64" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", @@ -22,7 +22,8 @@ "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",