From 892a74db8f89e649f1742ca34dc272d1ec285cb9 Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Mon, 15 Jan 2018 19:17:29 -0500 Subject: [PATCH] kcrash: Update to 5.42.0 --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index ef5ff34282d..e96f2d162e3 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.41.0 +version=5.42.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kcrash" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=7ecb0bd50d02a6f8764d481acce38bf0cecdb01f92f091bcf0ecd6313e34e0ca +checksum=da46566c45d1c6381583f44894f82bdabbaf91a477b4d12206fe0cee5b073e11 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel"