From 0e5d0eaabc7c69e4bcf234ba332523311bcab6b3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2019 00:32:19 +0300 Subject: [PATCH] prison: update to 5.63.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 4cfd5a830a5..1129087f5f9 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.62.0 +version=5.63.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=d7a024881119e2e91fe2ef98ec982f33e87d3f5584c3e4438638e23cf0106fb0 +checksum=85ffbf88aa02bbecadd88572f035c72c932d3329a0aedcc91994572c64a9f36a if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"