From 555da1b213a0ff9cd4cf0bdfe17c3a5fa89ed9de Mon Sep 17 00:00:00 2001 From: John Date: Sun, 14 Mar 2021 10:58:08 +0100 Subject: [PATCH] syntax-highlighting: update to 5.80.0. --- 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 bf2190b6f8..ed80a704ff 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.79.1 +version=5.80.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/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=b2825ebee4c527f96562d18abb553195809dcc32174a4b998c71850e24527990 +checksum=91f458918613703468512b00690a02b617eb47be4df5ed7d9e3f1311b3b31218 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"