From c96b3cf5f20c12975798e7eae96f9f0e1f56b4e4 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Oct 2020 15:45:37 +0200 Subject: [PATCH] kcrash: update to 5.75.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 1dd1c8d0620..7ad169e541f 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.74.0 +version=5.75.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=4aaffaed77c0aebf7f68183ed2256173a35c7200be1e99984cbfd9c9f332b07f +checksum=1c8950bf699e4df86c2ebe29a364be53017b45d127c1d052c7ac4ef13b96db3a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"