From c5add00c50fa6610cbb9d72b658dbf47dbcb7f1c Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Sat, 28 Jan 2023 10:53:24 -0300 Subject: [PATCH] highlight: update to 4.4 --- srcpkgs/highlight/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index 4c9de374894a..d308896a2d63 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,7 +1,7 @@ # Template file for 'highlight' pkgname=highlight -version=4.1 -revision=3 +version=4.4 +revision=1 build_style=gnu-makefile hostmakedepends="pkg-config swig perl" makedepends="boost-devel lua54-devel perl" @@ -9,8 +9,9 @@ short_desc="Fast and flexible source code highlighter (CLI version)" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php" -distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" -checksum=3a4b6aa55b9837ea217f78e1f52bb294dbf3aaf4ccf8a5553cf859be4fbf3907 +changelog="http://www.andre-simon.de/doku/highlight/en/changelog.php" +distfiles="http://www.andre-simon.de/zip/highlight-${version}.tar.bz2" +checksum=9682336941db6b081c9be616ee778fc306386ddd2ed87881db87578bfa2a39ba # No check target, fails spectacularly when asked make_check=no conf_files="/etc/highlight/filetypes.conf"