From a2feaf3fc6439b583b607faf955cdcb43045c793 Mon Sep 17 00:00:00 2001 From: sudden6 Date: Thu, 28 Dec 2017 11:12:46 +0100 Subject: [PATCH] chore: update c-toxcore for all builds --- INSTALL.md | 2 +- bootstrap.sh | 2 +- osx/qTox-Mac-Deployer-ULTIMATE.sh | 2 +- windows/cross-compile/build.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7d5a07310..6d30b19c3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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) diff --git a/bootstrap.sh b/bootstrap.sh index 8eb729bcd..71c8573fc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh index 3bf093cd7..2d9b85d22 100755 --- a/osx/qTox-Mac-Deployer-ULTIMATE.sh +++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh @@ -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 ]] diff --git a/windows/cross-compile/build.sh b/windows/cross-compile/build.sh index 91bfa1b66..a26398b08 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -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"