From 4629f54fd86f92f4c256be453ea38eaaf78d537e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Dec 2019 13:48:30 +0100 Subject: [PATCH] sonnet: update to 5.65.0 [ci skip] --- srcpkgs/sonnet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sonnet/template b/srcpkgs/sonnet/template index a2830fba40d..aa6c698ee29 100644 --- a/srcpkgs/sonnet/template +++ b/srcpkgs/sonnet/template @@ -1,6 +1,6 @@ # Template file for 'sonnet' pkgname=sonnet -version=5.64.0 +version=5.65.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/sonnet" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=3af364858f76c0206136ae8f3c03da5442ea5e42d2560877f5e00f33850c84dc +checksum=1f63ccfa8266e167fd996a253a3d1933a913c12e829056c74fe335fbfb327cbc if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-tools-devel sonnet"