From 810437ddf5d46bec3fe366cab02e35cdff971bb3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 10 Nov 2019 10:36:31 +0100 Subject: [PATCH] frameworkintegration: update to 5.64.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 24431fccd29..1307915bd72 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,6 +1,6 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.63.0 +version=5.64.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=a080657c5fae216b596dd04cca7d0b1eb4b959264b788c08c22272fd2d351659 +checksum=6c1880f8300a014bb835ce29fd68651bfd38400de8044fe5914cb4392df48a26 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"