From a14595b4f1ae81b23fdf4b0a1b85baafac687e45 Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Wed, 29 Aug 2018 00:50:51 -0700 Subject: [PATCH] chore(release): update toxcore version to v0.2.7 --- .travis/build-ubuntu-14-04.sh | 2 +- INSTALL.fa.md | 2 +- INSTALL.md | 2 +- bootstrap.sh | 2 +- flatpak/io.github.qtox.qTox.json | 4 ++-- osx/qTox-Mac-Deployer-ULTIMATE.sh | 2 +- windows/cross-compile/build.sh | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis/build-ubuntu-14-04.sh b/.travis/build-ubuntu-14-04.sh index d1c1a5e3a..6b5e38252 100755 --- a/.travis/build-ubuntu-14-04.sh +++ b/.travis/build-ubuntu-14-04.sh @@ -132,7 +132,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y sudo ldconfig cd .. # toxcore -git clone --branch v0.2.2 --depth=1 https://github.com/toktok/c-toxcore.git toxcore +git clone --branch v0.2.7 --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 0831639cc..e5eb85865 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.3 +git checkout v0.2.7 autoreconf -if ./configure make -j$(nproc) diff --git a/INSTALL.md b/INSTALL.md index f3a43863a..81eee6636 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -506,7 +506,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.3 +git checkout v0.2.7 cmake . make -j$(nproc) sudo make install diff --git a/bootstrap.sh b/bootstrap.sh index c43bf9fdd..a8b6984db 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.2.3" +readonly TOXCORE_VERSION="v0.2.7" readonly SQLCIPHER_VERSION="v3.4.2" # directory names of cloned repositories diff --git a/flatpak/io.github.qtox.qTox.json b/flatpak/io.github.qtox.qTox.json index bc03f4718..3ea868ea5 100644 --- a/flatpak/io.github.qtox.qTox.json +++ b/flatpak/io.github.qtox.qTox.json @@ -137,8 +137,8 @@ { "type": "git", "url": "https://github.com/toktok/c-toxcore", - "tag": "v0.2.3", - "commit": "ae7899cab8104fa3c3078a3e61ddfa58a826e39a" + "tag": "v0.2.7", + "commit": "18117581bdc52752f77d178a990e3863a9bbbf19" } ] }, diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh index 9ce616656..84ef14434 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.2.3 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR" + git clone --branch v0.2.7 --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 c7947792d..f3770ca9d 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -884,8 +884,8 @@ fi # Toxcore TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore" -TOXCORE_VERSION=0.2.3 -TOXCORE_HASH=22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34 +TOXCORE_VERSION=0.2.7 +TOXCORE_HASH=bef6dbb06d921af58c6a2d7629e6f8eeafa1e541d379e4ff2ccb4ff5d3499cd1 TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz" if [ ! -f "$TOXCORE_PREFIX_DIR/done" ] then