From 330a524b69585eb3a3b95c447ea6ae781a83df5d Mon Sep 17 00:00:00 2001 From: John Date: Sun, 11 Aug 2019 20:58:23 +0200 Subject: [PATCH] prison: update to 5.61.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 f5e373fbb2..88c9f455e7 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.60.0 +version=5.61.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=1b8149b8965c287f7fddfd91fb1d9cf95f150dda5b70b19480452c2e855945b5 +checksum=9ebab1755e9d7cb01b2aa6e8b63640eb112d8557073423abdb94faecb42d87ab if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"