Skip to content

Commit

Permalink
Update 7-Zip-zstd to v22.01-v1.5.5-R3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 17, 2023
1 parent 59a3450 commit 224d052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-sfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 224d052

Please sign in to comment.