mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Bumb libsodium version, as 1.0.16 is not available anymore
This commit is contained in:
parent
31b00c445b
commit
db4a316b56
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
|
|
||||||
mkdir -p build-libsodium
|
mkdir -p build-libsodium
|
||||||
( cd build-libsodium
|
( cd build-libsodium
|
||||||
curl -L https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz -o libsodium-1.0.16.tar.gz
|
curl -L https://download.libsodium.org/libsodium/releases/libsodium-1.0.17.tar.gz -o libsodium-1.0.17.tar.gz
|
||||||
tar xfz libsodium-1.0.16.tar.gz
|
tar xfz libsodium-1.0.17.tar.gz
|
||||||
cd libsodium-1.0.16/
|
cd libsodium-1.0.17/
|
||||||
./configure && make && make check && sudo make install )
|
./configure && make && sudo make install )
|
||||||
|
|
||||||
sudo add-apt-repository -y ppa:beineri/opt-qt${QT_VERSION}-trusty
|
sudo add-apt-repository -y ppa:beineri/opt-qt${QT_VERSION}-trusty
|
||||||
# needed for git-lfs, otherwise the follow apt update fails.
|
# needed for git-lfs, otherwise the follow apt update fails.
|
||||||
|
|
Loading…
Reference in a new issue