~ salmonella-environment-setup (master) 35c6b020400b669223371e990a529557103856ee


commit 35c6b020400b669223371e990a529557103856ee
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Jul 9 12:41:46 2023 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Jul 9 12:41:46 2023 +0200

    system-setup/installers/cryptlib.sh: Fix source URL and update to 346

diff --git a/system-setup/installers/cryptlib.sh b/system-setup/installers/cryptlib.sh
index a1d4970..0a5fc0f 100644
--- a/system-setup/installers/cryptlib.sh
+++ b/system-setup/installers/cryptlib.sh
@@ -1,7 +1,7 @@
 mkdir cryptlib
 cd cryptlib
-wget https://cryptlib-release.s3-ap-southeast-1.amazonaws.com/cryptlib345.zip
-unzip -a cryptlib345.zip
+wget https://cryptlib.com/downloads/cryptlib346.zip
+unzip -a cryptlib346.zip
 make
 make shared
 sudo cp libcl.a libcl.so.3.* /usr/local/lib/
Trap