From fb073fc4e90334b6e91af6b48c49720ea727b4de Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Dec 2021 20:05:07 +0100 Subject: [PATCH] plasma-sdk: update to 5.23.4. --- srcpkgs/plasma-sdk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/plasma-sdk/template b/srcpkgs/plasma-sdk/template index 3dd2e1e0cb6..1baa06d0dca 100644 --- a/srcpkgs/plasma-sdk/template +++ b/srcpkgs/plasma-sdk/template @@ -1,6 +1,6 @@ # Template file for 'plasma-sdk' pkgname=plasma-sdk -version=5.23.3 +version=5.23.4 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -13,7 +13,7 @@ maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://invent.kde.org/plasma/plasma-sdk" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=716dcf93d9339a0ec5c14e455f27cfe71974bb855e26840c34ad2b0db7796939 +checksum=f3fa4063d3fe8073952b013409369f3f0f94df0f35b5bfd0a472f4e4a59e7ab1 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"