From 224d05263cb97595fe077427d9bd3a20a0b9dd25 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 17 Jul 2023 18:55:22 +0200 Subject: [PATCH] Update 7-Zip-zstd to v22.01-v1.5.5-R3 --- create-sfx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-sfx.sh b/create-sfx.sh index d49cd10..a1cbc87 100644 --- a/create-sfx.sh +++ b/create-sfx.sh @@ -5,12 +5,12 @@ set -e # Download and extract https://github.com/mcmilk/7-Zip-zstd NAME="7z22.01-zstd-x64" -CHECKSUM="0c5497632d00669e9d85ab3a495e75b66e7d45fb7fad245474278d7138e69632" +CHECKSUM="d542d78397bbed8e77c221f36cad461a0d83f1263b993a7048e81df40f403fb8" DIR="$( cd "$( dirname "$0" )" && pwd )" mkdir -p "$DIR/_cache" BASE="$DIR/_cache/$NAME" if [ ! -f "$BASE.exe" ]; then - curl --fail -L "https://github.com/mcmilk/7-Zip-zstd/releases/download/v22.01-v1.5.5-R2/$NAME.exe" -o "$BASE.exe" + curl --fail -L "https://github.com/mcmilk/7-Zip-zstd/releases/download/v22.01-v1.5.5-R3/$NAME.exe" -o "$BASE.exe" fi echo "$CHECKSUM $BASE.exe" | sha256sum --quiet --check if [ ! -d "$BASE" ]; then