Skip to content

Commit 3b2911f

Browse files
committed
Bump to 5.0.0-1
1 parent 869fe30 commit 3b2911f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
packages: write
1010

1111
env:
12-
QBT_VERSION: "4.6.7"
12+
QBT_VERSION: "5.0.0"
1313

1414
# This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version.
1515
# When `QBT_VERSION` is incremented, this value must reset to 1.

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ RUN \
9292
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
9393
-DCMAKE_INSTALL_PREFIX=/usr \
9494
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
95-
-DGUI=OFF \
96-
-DQT6=ON && \
95+
-DGUI=OFF && \
9796
cmake --build build -j $(nproc) && \
9897
cmake --install build
9998

manual_build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ RUN \
9292
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
9393
-DCMAKE_INSTALL_PREFIX=/usr \
9494
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
95-
-DGUI=OFF \
96-
-DQT6=ON && \
95+
-DGUI=OFF && \
9796
cmake --build build -j $(nproc) && \
9897
cmake --install build
9998

0 commit comments

Comments
 (0)