From f23e6adfc791df1d2b23f32a1f3c8e5d86321ad0 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Fri, 7 Jul 2017 18:33:53 -0400 Subject: [PATCH] highlight: update to 3.38. --- srcpkgs/highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index 59eb30bec62..3cdad0b1b04 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,6 +1,6 @@ # Template file for 'highlight' pkgname=highlight -version=3.36 +version=3.38 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=34cd5bcf52714f83364460c0c3551320564c56ff4e117353034e532275792171 +checksum=c017d817e397d2d98c9264f63af2613a011bcbdcac53a92d3d540ae0978807fb CFLAGS="-std=c++11"