Skip to content

Commit

Permalink
SHA256 checksum instead
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed May 27, 2024
1 parent 5be62aa commit 65d53c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/msi/build-msi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PKGVERSIONMS=$(echo $PKGVERSION | tr - .)
if [ ! -d wintun ];
then
curl -o wintun.zip https://www.wintun.net/builds/wintun-0.14.1.zip
if [ `md5sum wintun.zip | cut -f 1 -d " "` != "07c256185d6ee3652e09fa55c0b673e2624b565e02c4b9091c79ca7d2f24ef51" ];
if [ `sha256sum wintun.zip | cut -f 1 -d " "` != "07c256185d6ee3652e09fa55c0b673e2624b565e02c4b9091c79ca7d2f24ef51" ];
then
echo "wintun package didn't match expected checksum"
exit 1
Expand Down

0 comments on commit 65d53c5

Please sign in to comment.