1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: update c-toxcore for all builds

This commit is contained in:
sudden6 2017-12-28 11:12:46 +01:00
parent e333386070
commit a2feaf3fc6
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
4 changed files with 5 additions and 5 deletions

View File

@ -486,7 +486,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.1.10
git checkout v0.1.11
autoreconf -if
./configure
make -j$(nproc)

View File

@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs
readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
# versions of libs to checkout
readonly TOXCORE_VERSION="v0.1.10"
readonly TOXCORE_VERSION="v0.1.11"
readonly SQLCIPHER_VERSION="v3.4.0"
# directory names of cloned repositories

View File

@ -127,7 +127,7 @@ install() {
git pull
else
fcho "Cloning Toxcore git ... "
git clone --branch v0.1.0 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
git clone --branch v0.1.11 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
fi
# qTox
if [[ $TRAVIS = true ]]

View File

@ -882,8 +882,8 @@ fi
# Toxcore
TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore"
TOXCORE_VERSION=0.1.10
TOXCORE_HASH=4e9a2881dd0ea8e65a35fc9621644ccf500c1797a2d37983b0057ed3be971299
TOXCORE_VERSION=0.1.11
TOXCORE_HASH=56a4566a5cdd201ef27d3a884c0f9aa17e99a300f08ace6323306d24928e727f
if [ ! -f "$TOXCORE_PREFIX_DIR/done" ]
then
rm -rf "$TOXCORE_PREFIX_DIR"