From 9967cb6d16820436e02a7a475207d65a081fd8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 25 Mar 2020 14:55:23 +0100 Subject: [PATCH] qbittorrent: update to 4.2.2 --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c6ed94d801e..43ebc8a4631 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.2.1 +version=4.2.2 revision=1 create_wrksrc=yes build_style=qmake @@ -12,7 +12,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=a43466b4415a7a220584e0faabdaba60545f11a0be34040c64c2747c04bb3209 +checksum=fa457cc6fef02fe15958f94863181e64b8dcd9762184f8a53ad4c75f89d42223 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"