mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qbittorrent: update to 4.6.7.
This commit is contained in:
parent
f2faeb098f
commit
5ac126dcbd
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qbittorrent'
|
# Template file for 'qbittorrent'
|
||||||
pkgname=qbittorrent
|
pkgname=qbittorrent
|
||||||
version=4.6.6
|
version=4.6.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT6=ON -DSYSTEMD=OFF -DGUI=ON -DWEBUI=OFF"
|
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/"
|
homepage="https://www.qbittorrent.org/"
|
||||||
changelog="https://www.qbittorrent.org/news.php"
|
changelog="https://www.qbittorrent.org/news.php"
|
||||||
distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
|
||||||
checksum=437d5dc70c146aac45c263b335855826e279fad6da5c01c21db24152f18169d1
|
checksum=bcf2dcf52a0186c3f5da2f1413453888654dc1aee5e4ad80e5a026764bc640c4
|
||||||
CXXFLAGS=-std=gnu++17
|
CXXFLAGS=-std=gnu++17
|
||||||
|
|
||||||
post_configure() { # qbittorrent-nox
|
post_configure() { # qbittorrent-nox
|
||||||
|
|
2
srcpkgs/qbittorrent/update
Normal file
2
srcpkgs/qbittorrent/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://sourceforge.net/projects/qbittorrent/files/qbittorrent/
|
||||||
|
pattern="$pkgname-\K[\d.]+(?=\.)"
|
Loading…
Add table
Reference in a new issue