From 1754ab20d5522d1037528ba179a491ff930432f3 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Mar 2019 13:10:28 +0100 Subject: [PATCH] prison: update to 5.56.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 614317c32e7..a5c8dadc7cb 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.55.0 +version=5.56.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=07c4074a6f37ccd3acecad283286adb86ecec429b7bccfd0a15533839d604df5 +checksum=1dbe7531d1ebe6adcef6b56553812ae6557d32c3a3da65be7cd7ea02be331e16 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"