From b0b2fadb0cce70b9afd6ec56beb5402a2ffbc341 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 15 Sep 2019 15:00:36 +0200 Subject: [PATCH] syntax-highlighting: update to 5.62.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 d3ba5310378..64a870f9b17 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.61.0 +version=5.62.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=475392c03534d7b5301ff2e02461444e463ad4def985da81ad4b315660416721 +checksum=897fac9ec2e5112d629da464d47223129e547c314369e1518a12c5c94ff2a6fd if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"