Skip to content

Commit e9d4943

Browse files
committed
chore: update qtox toxcore to v0.2.22
1 parent f911be5 commit e9d4943

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

qtox/docker/Dockerfile.alpine-static

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ RUN tar zxf <(curl -L https://github.com/webmproject/libvpx/archive/refs/tags/v1
8181
&& make install \
8282
&& rm -rf /opt/buildhome/build
8383

84-
RUN tar zxf <(curl -L https://github.com/TokTok/c-toxcore/releases/download/v0.2.20/c-toxcore-0.2.20.tar.gz) \
85-
&& cd c-toxcore-0.2.20 \
84+
RUN tar zxf <(curl -L https://github.com/TokTok/c-toxcore/releases/download/v0.2.22/c-toxcore-v0.2.22.tar.gz) \
85+
&& cd c-toxcore-* \
8686
&& cmake \
8787
-DCMAKE_TOOLCHAIN_FILE="$SYSROOT/static-toolchain.cmake" \
8888
-DCMAKE_BUILD_TYPE=Release \

qtox/docker/Dockerfile.android-builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ RUN tar jxf <(wget -O- https://github.com/kcat/openal-soft/releases/download/1.2
302302
#COPY --from=build-libvpx $SYSROOT/usr $SYSROOT/usr
303303
#COPY --from=build-opus $SYSROOT/usr $SYSROOT/usr
304304

305-
RUN tar zxf <(wget -O- https://github.com/TokTok/c-toxcore/releases/download/v0.2.20/c-toxcore-0.2.20.tar.gz) \
306-
&& cd c-toxcore-0.2.20 \
305+
RUN tar zxf <(wget -O- https://github.com/TokTok/c-toxcore/releases/download/v0.2.22/c-toxcore-v0.2.22.tar.gz) \
306+
&& cd c-toxcore-* \
307307
&& cmake \
308308
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake" \
309309
-DCMAKE_BUILD_TYPE=Release \

qtox/download/download_toxcore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
set -euo pipefail
88

9-
TOXCORE_VERSION=0.2.21
10-
TOXCORE_HASH=3443a45d085fb3dee20514243787d06acde2d6c89130076d6f932534581a4ac7
9+
TOXCORE_VERSION=0.2.22
10+
TOXCORE_HASH=276d447eb94e9d76e802cecc5ca7660c6c15128a83dfbe4353b678972aeb950a
1111

1212
source "$(dirname "$(realpath "$0")")/common.sh"
1313

0 commit comments

Comments
 (0)