libsodium 1.0.18 is now considered "old".
Some checks failed
Crystal CI / crystal: 1.0.0, stable: true (push) Has been cancelled
Crystal CI / crystal: 1.1.0, stable: true (push) Has been cancelled
Crystal CI / crystal: 1.1.1, stable: true (push) Has been cancelled
Crystal CI / crystal: 1.2.0, stable: true (push) Has been cancelled
Crystal CI / crystal: nightly, stable: false (push) Has been cancelled
Deploy Docs / deploy (push) Has been cancelled

This commit is contained in:
Philippe Pittoli 2026-03-29 14:44:57 +02:00
parent 2e1856fedb
commit ba216cb937

View file

@ -30,8 +30,8 @@ if [ ! -f "$LIBSODIUM_INSTALL_PATH/include/sodium.h" ]; then
TGZ_FILENAME="$DIRNAME".tar.gz
if [ ! -f "$TGZ_FILENAME" ]; then
wget https://download.libsodium.org/libsodium/releases/"$TGZ_FILENAME".minisig
wget https://download.libsodium.org/libsodium/releases/"$TGZ_FILENAME"
wget https://download.libsodium.org/libsodium/releases/old/"$TGZ_FILENAME".minisig
wget https://download.libsodium.org/libsodium/releases/old/"$TGZ_FILENAME"
fi
if `minisign -v >/dev/null 2>&1`; then