From 573371e630bc71940becb1c057f2c5c8c965f937 Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Sat, 1 Apr 2023 20:58:11 -0300 Subject: [PATCH] highlight: update to 4.5 --- srcpkgs/highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index d308896a2d63..6dfaeb7af2d2 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,6 +1,6 @@ # Template file for 'highlight' pkgname=highlight -version=4.4 +version=4.5 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config swig perl" @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php" changelog="http://www.andre-simon.de/doku/highlight/en/changelog.php" distfiles="http://www.andre-simon.de/zip/highlight-${version}.tar.bz2" -checksum=9682336941db6b081c9be616ee778fc306386ddd2ed87881db87578bfa2a39ba +checksum=7763f46927616690e3ecc718827458d119414436d4d6462c8997942d0a211172 # No check target, fails spectacularly when asked make_check=no conf_files="/etc/highlight/filetypes.conf"