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
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:
parent
2e1856fedb
commit
ba216cb937
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ if [ ! -f "$LIBSODIUM_INSTALL_PATH/include/sodium.h" ]; then
|
||||||
TGZ_FILENAME="$DIRNAME".tar.gz
|
TGZ_FILENAME="$DIRNAME".tar.gz
|
||||||
|
|
||||||
if [ ! -f "$TGZ_FILENAME" ]; then
|
if [ ! -f "$TGZ_FILENAME" ]; then
|
||||||
wget https://download.libsodium.org/libsodium/releases/"$TGZ_FILENAME".minisig
|
wget https://download.libsodium.org/libsodium/releases/old/"$TGZ_FILENAME".minisig
|
||||||
wget https://download.libsodium.org/libsodium/releases/"$TGZ_FILENAME"
|
wget https://download.libsodium.org/libsodium/releases/old/"$TGZ_FILENAME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if `minisign -v >/dev/null 2>&1`; then
|
if `minisign -v >/dev/null 2>&1`; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue