Browse Source

chore: update c-toxcore for all builds

reviewable/pr4879/r1
sudden6 8 years ago
parent
commit
a2feaf3fc6
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      INSTALL.md
  2. 2
      bootstrap.sh
  3. 2
      osx/qTox-Mac-Deployer-ULTIMATE.sh
  4. 4
      windows/cross-compile/build.sh

2
INSTALL.md

@ -486,7 +486,7 @@ Provided that you have all required dependencies installed, you can simply run: @@ -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)

2
bootstrap.sh

@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs @@ -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

2
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -127,7 +127,7 @@ install() { @@ -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 ]]

4
windows/cross-compile/build.sh

@ -882,8 +882,8 @@ fi @@ -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"

Loading…
Cancel
Save