diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 67717dae0db..79c88a05dbf 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -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 diff --git a/srcpkgs/qbittorrent/update b/srcpkgs/qbittorrent/update new file mode 100644 index 00000000000..212b6983e4f --- /dev/null +++ b/srcpkgs/qbittorrent/update @@ -0,0 +1,2 @@ +site=https://sourceforge.net/projects/qbittorrent/files/qbittorrent/ +pattern="$pkgname-\K[\d.]+(?=\.)"