From 66c10c0d294224eb1ef05918b5d8202df07077e1 Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Wed, 16 Aug 2017 07:38:09 -0600 Subject: [PATCH] syntax-highlighting: update to 5.37.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 208c93db21..4c8f74bf4a 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.36.0 +version=5.37.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=925a8845cd3a1d1720753aaba80f364d59612d45a71de089531d5e8dfa94fdc5 +checksum=e2d075482bc5409646db40374c6caa0b055276e1a5cd8e30065e9f4fd0baa6d0 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting"