From 19999310704e17d35e51edc9f888ada872d89aa4 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Jun 2023 17:24:35 +0200 Subject: [PATCH] kcrash: update to 5.107.0. --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index 0bb79ada5c3..bde97055430 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.105.0 +version=5.107.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules" @@ -10,7 +10,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=ee087799922c9a74a7a8f523c75e8af61c27c3ded81b108c51e86faa2921e1c8 +checksum=5417cdd49ba0a54ef3e549eaf153c425d15158e2b91247c0ffddb6985f7df695 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"