qbittorrent: update to 4.6.7.
This commit is contained in:
parent
f2faeb098f
commit
5ac126dcbd
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site=https://sourceforge.net/projects/qbittorrent/files/qbittorrent/
|
||||
pattern="$pkgname-\K[\d.]+(?=\.)"
|
Loading…
Reference in New Issue