From a2ab5d376628859da6f9ee03ba797f741b6dca71 Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 16 Feb 2018 17:25:18 +0100 Subject: [PATCH] qbittorrent: update to 4.0.4. Closes: #11682 [via git-merge-pr] --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index ca7ddb1f85b..bab15c33d1f 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.0.3 +version=4.0.4 revision=1 build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=9a03b84e6d2ac81a0add84a7946033ff9ea854de49252069e478b9f6efce6bd2 +checksum=530a9d7a775348227133e7bf7d732347a8cdcd9bbba74b6f22f529c19b065c8f if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"