File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 66
77set -euo pipefail
88
9- TOXCORE_VERSION=0.2.21
10- TOXCORE_HASH=3443a45d085fb3dee20514243787d06acde2d6c89130076d6f932534581a4ac7
9+ TOXCORE_VERSION=0.2.22
10+ TOXCORE_HASH=276d447eb94e9d76e802cecc5ca7660c6c15128a83dfbe4353b678972aeb950a
1111
1212source " $( dirname " $( realpath " $0 " ) " ) /common.sh"
1313
You can’t perform that action at this time.
0 commit comments