From 54c144b60b3aca59c62fea200545618dc4f5ee9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 29 Nov 2020 20:05:33 +0100 Subject: [PATCH] qbittorrent: update to 4.3.1 --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index db1bef6ad2..fdccf72aa5 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.3.0.1 +version=4.3.1 revision=1 create_wrksrc=yes build_style=qmake @@ -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=30a4bf23e92accf93bb840c96518358a4da836427713f0cc13db4a3f9a612220 +checksum=796bd81f50b83dc6bde9a0c726137aca3df7d3385e779360b2304dfda6c151c5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"