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