qbittorrent: update to 4.6.7.

This commit is contained in:
Piraty 2024-09-24 09:15:34 +02:00
parent f2faeb098f
commit 5ac126dcbd
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=4.6.6
version=4.6.7
revision=1
build_style=cmake
configure_args="-DQT6=ON -DSYSTEMD=OFF -DGUI=ON -DWEBUI=OFF"
@ -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=437d5dc70c146aac45c263b335855826e279fad6da5c01c21db24152f18169d1
checksum=bcf2dcf52a0186c3f5da2f1413453888654dc1aee5e4ad80e5a026764bc640c4
CXXFLAGS=-std=gnu++17
post_configure() { # qbittorrent-nox

View File

@ -0,0 +1,2 @@
site=https://sourceforge.net/projects/qbittorrent/files/qbittorrent/
pattern="$pkgname-\K[\d.]+(?=\.)"