From 8e3d9854b5acd8480a5a7200e850013718baa816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 20 Dec 2019 01:39:12 +0100 Subject: [PATCH] qbittorrent: update to 4.2.1 --- srcpkgs/qbittorrent/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index c93e322626..9483c5b3bc 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.2.0 -revision=2 +version=4.2.1 +revision=1 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools" @@ -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=4ea210def748e6fadf81b3f5a2ad82134bd9b6bf6b17c8b28eaa0ca832e0b221 +checksum=a43466b4415a7a220584e0faabdaba60545f11a0be34040c64c2747c04bb3209 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"