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

chore(build): update Windows Toxcore version to 0.2.9

This commit is contained in:
Anthony Bilinski 2019-06-23 19:19:49 -07:00
parent 033f28e67e
commit 83ec497bf7
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -902,8 +902,8 @@ fi
# Toxcore
TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore"
TOXCORE_VERSION=0.2.8
TOXCORE_HASH="47fe125d8558775a03a3ded58e9faa07a01cfecd65257e24b544b4b5698d9362"
TOXCORE_VERSION=0.2.9
TOXCORE_HASH="a8c962709447fb9b0cbb1a90ec1945a1b2d272b4d322356c48a4e3882b1267e7"
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
if [ ! -f "$TOXCORE_PREFIX_DIR/done" ]
then