From 39a3da33428d3a2c22293314e21f2b8a30b36eac Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Jul 2023 10:10:13 +0200 Subject: [PATCH] kcrash: update to 5.108.0. --- srcpkgs/kcrash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index bde97055430..a0e8b5df738 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,6 +1,6 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.107.0 +version=5.108.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=5417cdd49ba0a54ef3e549eaf153c425d15158e2b91247c0ffddb6985f7df695 +checksum=3ec58b0aaad92aeb6cf84b509c308151daeb0ed856fc9bf0baabb2aeb5f320a5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"