mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(version): update toxcore version to v0.2.2
This commit is contained in:
parent
6d9d26db65
commit
a918e559ee
|
@ -131,7 +131,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y
|
|||
sudo ldconfig
|
||||
cd ..
|
||||
# toxcore
|
||||
git clone --branch v0.2.1 --depth=1 https://github.com/toktok/c-toxcore.git toxcore
|
||||
git clone --branch v0.2.2 --depth=1 https://github.com/toktok/c-toxcore.git toxcore
|
||||
cd toxcore
|
||||
autoreconf -if
|
||||
CC="ccache $CC" CXX="ccache $CXX" ./configure
|
||||
|
|
|
@ -499,7 +499,7 @@ Provided that you have all required dependencies installed, you can simply run:
|
|||
```bash
|
||||
git clone https://github.com/toktok/c-toxcore.git toxcore
|
||||
cd toxcore
|
||||
git checkout v0.2.1
|
||||
git checkout v0.2.2
|
||||
autoreconf -if
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
|
|
|
@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs
|
|||
readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
|
||||
|
||||
# versions of libs to checkout
|
||||
readonly TOXCORE_VERSION="v0.2.1"
|
||||
readonly TOXCORE_VERSION="v0.2.2"
|
||||
readonly SQLCIPHER_VERSION="v3.4.0"
|
||||
|
||||
# directory names of cloned repositories
|
||||
|
|
|
@ -127,7 +127,7 @@ install() {
|
|||
git pull
|
||||
else
|
||||
fcho "Cloning Toxcore git ... "
|
||||
git clone --branch v0.2.1 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
|
||||
git clone --branch v0.2.2 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
|
||||
fi
|
||||
# qTox
|
||||
if [[ $TRAVIS = true ]]
|
||||
|
|
|
@ -895,8 +895,8 @@ fi
|
|||
# Toxcore
|
||||
|
||||
TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore"
|
||||
TOXCORE_VERSION=0.2.1
|
||||
TOXCORE_HASH=1496164954941b175493fba02bf3115118c0d29feb46cd1ff458a1a11eab1597
|
||||
TOXCORE_VERSION=0.2.2
|
||||
TOXCORE_HASH=a3b25d8bd92b9526b47ba1f60a2893d2154a80bb7ae690f44b5a2dea41c76ea1
|
||||
if [ ! -f "$TOXCORE_PREFIX_DIR/done" ]
|
||||
then
|
||||
rm -rf "$TOXCORE_PREFIX_DIR"
|
||||
|
|
Loading…
Reference in New Issue
Block a user