From 35a24d3994c122e36224ed5f2cbe19027f6351da Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Aug 2018 19:23:21 +0200 Subject: [PATCH] prison: update to 5.49.0. --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index 1cda8fe5644..73650e5fab1 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.48.0 +version=5.49.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=d80c91e62874ff4b535690bf226576cd2128ab7285b38d7f351f623313945a11 +checksum=2d354ad8e262cfc6fa5f43c68a3231aa3dfc621f904a1f15a09aa0697afaf736 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"