From cc7c1705ea7d3944c047c4f842c8c7f701b74af7 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Mar 2019 13:07:59 +0100 Subject: [PATCH] frameworkintegration: update to 5.56.0 [ci skip] --- srcpkgs/frameworkintegration/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template index 67233a1e762..21582fbb975 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,6 +1,6 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.55.0 +version=5.56.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=b1724eced475ba98847dfa77e234984cce54c42e59921d1997d7808e8c98d75d +checksum=ee8d46b629a95e49fda80e50ba8863504a6c463fec887f83370b7e7977db80f5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"