From 7e524fb1067fd3773b55a0c525c63e9cf85f7d54 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Apr 2021 13:44:39 +0200 Subject: [PATCH] kcrash: update to 5.81.0. --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index fda993f37ff..821f84871bc 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.80.0 +version=5.81.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://invent.kde.org/frameworks/kcrash" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=64a3e918fbf41c1bc1b708b526d2c928ac7d4c10579a10416e15788553444bb0 +checksum=0139f2630a5ad8fb8abb0fd504b1ba6d3e6f3b6a352acfaa1156f750e94a3cc7 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"