diff --git a/.travis/build-ubuntu-16-04.sh b/.travis/build-ubuntu-16-04.sh index 5333a63e8..9dd10b200 100755 --- a/.travis/build-ubuntu-16-04.sh +++ b/.travis/build-ubuntu-16-04.sh @@ -127,7 +127,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y sudo ldconfig cd .. # toxcore -git clone --branch v0.2.12 --depth=1 https://github.com/toktok/c-toxcore.git toxcore +git clone --branch v0.2.13 --depth=1 https://github.com/toktok/c-toxcore.git toxcore cd toxcore autoreconf -if CC="ccache $CC" CXX="ccache $CXX" ./configure diff --git a/INSTALL.fa.md b/INSTALL.fa.md index de1c78d34..fd86f9bb3 100644 --- a/INSTALL.fa.md +++ b/INSTALL.fa.md @@ -632,7 +632,7 @@ cd .. ```bash git clone https://github.com/toktok/c-toxcore.git toxcore cd toxcore -git checkout v0.2.12 +git checkout v0.2.13 autoreconf -if ./configure make -j$(nproc) diff --git a/INSTALL.md b/INSTALL.md index 2a004d440..1fbe9b329 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -487,7 +487,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.12 +git checkout v0.2.13 cmake . -DBOOTSTRAP_DAEMON=OFF make -j$(nproc) sudo make install diff --git a/bootstrap.sh b/bootstrap.sh index 59da1bc87..8ae86a41c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -48,7 +48,7 @@ readonly INSTALL_DIR=libs readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}" # versions of libs to checkout -readonly TOXCORE_VERSION="v0.2.12" +readonly TOXCORE_VERSION="v0.2.13" readonly SQLCIPHER_VERSION="v4.3.0" # directory names of cloned repositories diff --git a/docker/Dockerfile.debian b/docker/Dockerfile.debian index 72f386ab0..063bb1c4e 100644 --- a/docker/Dockerfile.debian +++ b/docker/Dockerfile.debian @@ -50,7 +50,7 @@ RUN apt-get update && \ RUN git clone https://github.com/toktok/c-toxcore.git /toxcore WORKDIR /toxcore -RUN git checkout v0.2.12 && \ +RUN git checkout v0.2.13 && \ cmake . && \ cmake --build . && \ make install && \ diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 2a1283293..ed65970fb 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -47,7 +47,7 @@ RUN apt-get update && \ RUN git clone https://github.com/toktok/c-toxcore.git /toxcore WORKDIR /toxcore -RUN git checkout v0.2.12 && \ +RUN git checkout v0.2.13 && \ cmake . && \ cmake --build . && \ make install && \ diff --git a/flatpak/io.github.qtox.qTox.json b/flatpak/io.github.qtox.qTox.json index 9d84fee08..7104b60da 100644 --- a/flatpak/io.github.qtox.qTox.json +++ b/flatpak/io.github.qtox.qTox.json @@ -100,8 +100,8 @@ { "type": "git", "url": "https://github.com/toktok/c-toxcore", - "tag": "v0.2.12", - "commit": "9be4dbb4335bf7d893c8d00566d3276ab6dedd14" + "tag": "v0.2.13", + "commit": "4348b96a5b482134a9cd55cb0ef9616798b4eb3c" } ] }, diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh index ebaec9228..47eb9ecc9 100755 --- a/osx/qTox-Mac-Deployer-ULTIMATE.sh +++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh @@ -145,7 +145,7 @@ install() { git pull else fcho "Cloning Toxcore git ... " - git clone --branch v0.2.12 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR" + git clone --branch v0.2.13 --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 ad9bbd16a..b133513ea 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -920,8 +920,8 @@ fi # Toxcore TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore" -TOXCORE_VERSION=0.2.12 -TOXCORE_HASH="30ae3263c9b68d3bef06f799ba9d7a67e3fad447030625f0ffa4bb22684228b0" +TOXCORE_VERSION=0.2.13 +TOXCORE_HASH="67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8" TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz" if [ ! -f "$TOXCORE_PREFIX_DIR/done" ] then