Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Bump libsodium to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brinchj committed Aug 28, 2016
1 parent 5c7c6ad commit a79c3ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis-install-libsodium.sh
Expand Up @@ -7,9 +7,9 @@ set -e

# check if libsodium is already installed
if [ ! -d "$HOME/libsodium/lib" ]; then
wget https://github.com/jedisct1/libsodium/releases/download/1.0.8/libsodium-1.0.8.tar.gz
tar xvfz libsodium-1.0.8.tar.gz
cd libsodium-1.0.8
wget https://github.com/jedisct1/libsodium/releases/download/1.0.11/libsodium-1.0.11.tar.gz
tar xvfz libsodium-1.0.11.tar.gz
cd libsodium-1.0.11
./configure --prefix=$HOME/libsodium
make
make install
Expand Down

0 comments on commit a79c3ef

Please sign in to comment.