mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-27 03:10:32 +00:00
Update libtorrent to 1.2.19
This commit is contained in:
parent
c08c142c6a
commit
d5e04b940d
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user