From eb9a4ea961af62b69f4a71380b18fcde4cdc6686 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 14 Jun 2020 00:29:26 +0200 Subject: [PATCH] kcrash: update to 5.71.0 [ci skip] --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index ba4562bd54b..8ecd581dcdb 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.70.0 +version=5.71.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/kcrash" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=37c78b1af6f8cb4645682276bcc7ca2efe9a3cb3364b3c4ac4cbef2b334c5e87 +checksum=526242aa9fde7cff11ecaa88bf75d6fbbfc412f46bf19a7a9e185f2adb616005 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"