From d591dc5900830c813b479d9605bfa0cc67d84523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 5 Apr 2020 13:40:09 +0200 Subject: [PATCH] qbittorrent: update to 4.2.3 --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 43ebc8a4631..5dfceba63e6 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.2.2 +version=4.2.3 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=fa457cc6fef02fe15958f94863181e64b8dcd9762184f8a53ad4c75f89d42223 +checksum=144ebed8f2482a1adb894ae201e23f431d65b01dbb65c1567276c4e34673f694 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"