From 9d5ff745ba09b5ae7af30e4e4c5a0df314a46b37 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Dec 2019 13:48:23 +0100 Subject: [PATCH] prison: update to 5.65.0 [ci skip] --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index 33ebaa68bbd..b393f96309d 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.64.0 +version=5.65.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons 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=31e136dd33940f32fdb87699b113c57aab566112bb9649f20a057c4eee20db2e +checksum=8dd4400817b4863597eb87fafce27f6cb11ad8a1f4da7491e4c9e4dcaa2fdff1 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"