From 974e8e735c70cfaf2f12a9a3baa6a6c1cd4dbc8e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Apr 2020 12:46:08 +0200 Subject: [PATCH] prison: update to 5.69.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 ba57b9b8735..22451a403e9 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.68.0 +version=5.69.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=22e2b8e9ca06e4fb7ab91afeddbaebe6e2b6792bbcd5ba6c440c6fad0df176b7 +checksum=79d091e84f2539130224160c2ce51446e2b5f04352938c2a45fdb9973282817e if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"