From 97f60bf12c99030a3ce78ffd27a93c0e965f4a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 19 Oct 2020 10:06:13 +0200 Subject: [PATCH] qbittorrent: update to 4.3.0 --- srcpkgs/qbittorrent/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c20ad4c48b1..19b448eac37 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.2.5 -revision=3 +version=4.3.0 +revision=1 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools tar xz" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="http://www.qbittorrent.org/" changelog="https://www.qbittorrent.org/news.php" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=4b57c86a22e485e5f19ae94881dfda7b8234aa1f20fb0ec6e04972b477f26a4f +checksum=b18b8337fef7b09151eb741defc43ef6e2764da8ede642b86a020621476191da if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"