From 1adc5527b82e22f10659dd005fde3ae4e61e4413 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 15 Feb 2020 09:19:11 +0100 Subject: [PATCH] qdirstat: update to 1.6.1. --- srcpkgs/qdirstat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qdirstat/template b/srcpkgs/qdirstat/template index a32ad9c2455..fbb4bf90f6b 100644 --- a/srcpkgs/qdirstat/template +++ b/srcpkgs/qdirstat/template @@ -1,6 +1,6 @@ # Template file for 'qdirstat' pkgname=qdirstat -version=1.6 +version=1.6.1 revision=1 build_style=qmake hostmakedepends="qt5-qmake" @@ -10,7 +10,7 @@ maintainer="lemmi " license="GPL-2" homepage="https://github.com/shundhammer/qdirstat" distfiles="https://github.com/shundhammer/qdirstat/archive/${version}.tar.gz" -checksum=9d3eb8bb969ea0177104ab021068c911f2e7b4f93880ea4ee1774c57ae11e4d6 +checksum=8cc12a054930a29dc3b1480e4fa63597ddffeac8841cf7804230410f96b6cf3b if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel"