From 327cb35869ea508349ea9f8f555e7f25806d821a Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 13 May 2017 20:44:49 +0200 Subject: [PATCH] kcrash: update to 5.36.0. --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index c0f3bb96521..756464c5af3 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.29.0 +version=5.36.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=3bdb5421b0909fa4e0d7bfb8bba708f9b95c4edf9ca1580aac8229512c49e224 +checksum=2d8edd9813b8543cef68cd6cf09c85195999d06f9b06ed0803707a1c925eda38 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel"