From 65c5f97602bd98535da851df89a86da2a08cf0f3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Dec 2018 12:08:09 +0100 Subject: [PATCH] prison: update to 5.53.0. --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index 354fd69c628..585ddfee7f4 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.52.0 +version=5.53.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=8d9a88137995abf42cc11ad8d42c23759939bc837b74f8527d09866c0879c4b1 +checksum=61b5f10b48d847ce60769d10525a8f4c3c7120d71dd8e2e6285d303ea519b579 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"