From cdbe847782c04912eebe16b60e2507193ac002de Mon Sep 17 00:00:00 2001 From: John Date: Mon, 15 Oct 2018 10:57:53 +0200 Subject: [PATCH] frameworkintegration: update to 5.51.0. --- srcpkgs/frameworkintegration/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template index 3f7fa08b991..0aa5bbfcd5a 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,6 +1,6 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.50.0 +version=5.51.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=0334ae2fd865e8e560faf744c2dba395a19488a66abbf60f3bcc7edbcb36d892 +checksum=74bdca3125efd564c38797ed9545bdf874a6cfc2d805dda5ef06e0ceed56e42d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"