mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
travis.yml: update libsodium version to 1.0.10
This commit is contained in:
parent
5970005f5b
commit
c8061d47d7
|
@ -20,9 +20,9 @@ before_script:
|
|||
- make -j3
|
||||
- cd ..
|
||||
# install sodium, as it's not in Ubuntu Trusty
|
||||
- git clone git://github.com/jedisct1/libsodium.git
|
||||
- git clone https://github.com/jedisct1/libsodium.git
|
||||
- cd libsodium
|
||||
- git checkout tags/1.0.8
|
||||
- git checkout tags/1.0.10
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make -j3
|
||||
|
|
Loading…
Reference in New Issue
Block a user