From c428e70108943f6a311a9079183171bac73383f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 25 Apr 2020 22:59:58 +0200 Subject: [PATCH] qbittorrent: uupdate to 4.2.5 --- srcpkgs/qbittorrent/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index a90e2c90155..7d2d0a94ff3 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.2.4 +version=4.2.5 revision=1 create_wrksrc=yes build_style=qmake @@ -11,8 +11,9 @@ short_desc="Free software alternative to µtorrent" maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" homepage="http://www.qbittorrent.org/" +changelog="https://www.qbittorrent.org/news.php" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=850a1bc92c232367985aa17c536f2460140973191ef0cc2856a6a9e20cc5f59e +checksum=4b57c86a22e485e5f19ae94881dfda7b8234aa1f20fb0ec6e04972b477f26a4f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"