From bd6a7a484335089d9b945722f7f87278e87d523b Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 25 Oct 2017 03:47:26 -0200 Subject: [PATCH] highlight: update to 3.40. (#8536) --- srcpkgs/highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index 1ed47d1aa96..559075f0c09 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,6 +1,6 @@ # Template file for 'highlight' pkgname=highlight -version=3.39 +version=3.40 revision=1 build_style=gnu-makefile make_cmd="make QMAKE=qmake" @@ -12,5 +12,5 @@ maintainer="Steve Prybylski " license="GPL-3" homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php" distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" -checksum=44f2cef6b5c0b89b5c0d76cf39ce4c2944eeff6b9c23ba27d1d153ac93d10f7d +checksum=3e55fadd3f2a85f25ea995fd0e57e94e2a59fe2e3ccefe6bd896b50acadc38e3 CFLAGS="-std=c++11"