From 2a5cbc1efce783cbc3a0f45d9de9592d5a4972c6 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 18 Oct 2021 17:21:26 +0200 Subject: [PATCH] sonnet: update to 5.87.0. --- srcpkgs/sonnet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sonnet/template b/srcpkgs/sonnet/template index da24f9b630c..1822741cf86 100644 --- a/srcpkgs/sonnet/template +++ b/srcpkgs/sonnet/template @@ -1,6 +1,6 @@ # Template file for 'sonnet' pkgname=sonnet -version=5.86.0 +version=5.87.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=ON" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/sonnet" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=12fcb1bab11cde11b14eb20a415bc5112170f68e90ca05a36885b8b05a16a367 +checksum=1ad6fe55c06eeed600511be34a374aa46e1cb1e5fea8007255468fa1679289b1 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-tools-devel sonnet"