From 2cf8439376c851685fb1bb31bbd1508ebe169b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 3 Nov 2019 17:17:18 +0100 Subject: [PATCH] qbittorrent: update to 4.1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index f45191c9d2e..0d8176cd41d 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.1.9 +version=4.1.9.1 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=3ad08ab441f85b60715d8ed5369cf21f5c94c7ef07474abc247d09ce93a78ee7 +checksum=e8af97e053a2f50316711511c9a7e2ecd8a2db9e6f6dfc548aac37b07b95bff8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"