From ee33c30303b432fe4390706c431e589c538da211 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Nov 2018 11:35:57 +0100 Subject: [PATCH] prison: update to 5.52.0. --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index e883245eb24..354fd69c628 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.51.0 +version=5.52.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt5-tools" @@ -10,7 +10,7 @@ maintainer="John " license="MIT" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz" -checksum=56419afb54acdc63f6d5624d66b10852820302002a7431323dac7a23e4fca2ce +checksum=8d9a88137995abf42cc11ad8d42c23759939bc837b74f8527d09866c0879c4b1 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"