From 3b0544965840c3a464f4ffa88817fffd75e6eb2e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Aug 2018 19:20:25 +0200 Subject: [PATCH] kcrash: update to 5.49.0. --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index abf76b992f7..790540a1320 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.48.0 +version=5.49.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/kcrash" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=687e352fe400c913217c07407c0257ba70cf9c9d33104849759cfc784f6f1c63 +checksum=6315a1607aba1945d3d91092b9440f222f1bb25a8bf01cb0bd507540734eb976 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel"