From 17d382ed33f04c831f8e0f2c3bb218d4fe686b8a Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Mon, 1 Aug 2016 20:27:35 -0400 Subject: [PATCH] highlight: update to 3.31. --- srcpkgs/highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index b215aeae99..df6b57921a 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,6 +1,6 @@ # Template file for 'highlight' pkgname=highlight -version=3.30 +version=3.31 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=e8d93ce0c77066b337e4ca302ab3888e4eaff22d60d406d16146461b17cb2217 +checksum=8dc852dc71112c4665b9a279a37d2636d6e9cc09ea581a4c4955c8bc856bc239 CFLAGS="-std=c++11"