Skip to content

Commit

Permalink
use nettle 3.10.1 in test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dreik committed Jan 11, 2025
1 parent 1bc7627 commit 2fc1b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do_quality_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ build_32bit() {
else
mkdir "$nettleinstall"
cd "$nettleinstall"
nettleversion=3.7.3
nettleversion=3.10.1
echo "$me: downloading nettle from gnu.org..."
wget --quiet https://ftp.gnu.org/gnu/nettle/nettle-$nettleversion.tar.gz
echo "661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0 nettle-$nettleversion.tar.gz" >checksum
echo "b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132 nettle-$nettleversion.tar.gz" >checksum
sha256sum --strict --quiet -c checksum
tar xzf nettle-$nettleversion.tar.gz
cd nettle-$nettleversion
Expand Down

0 comments on commit 2fc1b74

Please sign in to comment.