Update libtorrent to 1.2.19

This commit is contained in:
Chocobo1 2023-05-22 18:35:45 +08:00
parent c08c142c6a
commit d5e04b940d
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:latest AS builder
ARG QBT_VERSION
ARG LIBBT_CMAKE_FLAGS=""
ARG LIBBT_VERSION="1.2.18"
ARG LIBBT_VERSION="1.2.19"
# check environment variables
RUN \
@ -23,7 +23,6 @@ RUN \
g++ \
ninja \
openssl-dev \
patch \
qt6-qtbase-dev \
qt6-qttools-dev
@ -48,8 +47,6 @@ RUN \
tar -xf "libtorrent-rasterbar-${LIBBT_VERSION}.tar.gz" && \
cd "libtorrent-rasterbar-${LIBBT_VERSION}" ; \
fi && \
wget -O static_build.patch "https://github.com/arvidn/libtorrent/commit/a7be63c0f36371fcba020254c38f93710dd6df4b.patch" && \
patch -Np1 -i static_build.patch || true && \
cmake \
-B build \
-G Ninja \

View File

@ -3,7 +3,7 @@ FROM alpine:latest AS builder
ARG QBT_VERSION
ARG LIBBT_CMAKE_FLAGS=""
ARG LIBBT_VERSION="1.2.18"
ARG LIBBT_VERSION="1.2.19"
# check environment variables
RUN \
@ -23,7 +23,6 @@ RUN \
g++ \
ninja \
openssl-dev \
patch \
qt6-qtbase-dev \
qt6-qttools-dev
@ -48,8 +47,6 @@ RUN \
tar -xf "libtorrent-rasterbar-${LIBBT_VERSION}.tar.gz" && \
cd "libtorrent-rasterbar-${LIBBT_VERSION}" ; \
fi && \
wget -O static_build.patch "https://github.com/arvidn/libtorrent/commit/a7be63c0f36371fcba020254c38f93710dd6df4b.patch" && \
patch -Np1 -i static_build.patch || true && \
cmake \
-B build \
-G Ninja \