From 9fffd843dfc594fbed955ae98b4fcaaacb839a86 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 18 Oct 2021 17:21:21 +0200 Subject: [PATCH] prison: update to 5.87.0. --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index fceda93109..a836626163 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.86.0 +version=5.87.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen qt5-declarative-devel" @@ -11,7 +11,7 @@ maintainer="John " license="MIT" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz" -checksum=2252f6c4778bfbe85eba0cbe3b18f66e1c879b40ea73cf5db87f34c4d5e851dc +checksum=07694637a1463882b4108fa6c8283324b35ffe471c27cfaa25fb0cf589b7686d if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"