Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qbittorrent: update to 5.0.3 #53129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/qbittorrent/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=5.0.1
revision=2
version=5.0.3
revision=1
build_style=cmake
configure_args="-DSYSTEMD=OFF -DGUI=ON -DWEBUI=OFF"
hostmakedepends="pkg-config qt6-tools qt6-declarative-host-tools"
Expand All @@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://www.qbittorrent.org/"
changelog="https://www.qbittorrent.org/news.php"
distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
checksum=03435c292091cc953ff078da8fd224b9e45074842ea72caa82a4ead72b402e69
checksum=41e73ff15581e7e8f2243ac00a7dafceefac0a689a8e7b8da2e5003de5835963
CXXFLAGS=-std=gnu++17

post_configure() { # qbittorrent-nox
Expand Down
Loading