From 1d8e433ea948f626b8999c9a8b6e0f1d406cceda Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Apr 2020 12:46:25 +0200 Subject: [PATCH] syntax-highlighting: update to 5.69.0 [ci skip] --- srcpkgs/syntax-highlighting/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syntax-highlighting/template b/srcpkgs/syntax-highlighting/template index 1eef9be2db5..1609eb721c4 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,6 +1,6 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.68.0 +version=5.69.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/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=a857c743aa60b21eea7e4b986e8b195882aa2c18358412e767e68d93ce35e134 +checksum=3cf6b66e240a5a537b6479f18da989a75132eb184987c8c5a57d421d07d706f9 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"