From a1728333c105375b758a6b1b4af106a9b7dedfdb Mon Sep 17 00:00:00 2001 From: John Date: Sun, 15 Sep 2019 15:00:24 +0200 Subject: [PATCH] prison: update to 5.62.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 88c9f455e7e..4cfd5a830a5 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.61.0 +version=5.62.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=9ebab1755e9d7cb01b2aa6e8b63640eb112d8557073423abdb94faecb42d87ab +checksum=d7a024881119e2e91fe2ef98ec982f33e87d3f5584c3e4438638e23cf0106fb0 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"