From c6bbb01e52ddf39a117954576198630dd1957c98 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 31 Oct 2019 12:39:05 +0200 Subject: [PATCH] source-highlight: update to 3.1.9. --- srcpkgs/source-highlight/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/source-highlight/template b/srcpkgs/source-highlight/template index d8698e4d711..78ad7c37da3 100644 --- a/srcpkgs/source-highlight/template +++ b/srcpkgs/source-highlight/template @@ -1,17 +1,17 @@ # Template file for 'source-highlight' pkgname=source-highlight -version=3.1.8 -revision=10 +version=3.1.9 +revision=1 build_style=gnu-configure configure_args="--with-boost=${XBPS_CROSS_BASE}/usr --with-bash-completion=/usr/share/bash-completion/completions" makedepends="boost-devel" short_desc="Convert source code to syntax highlighted document" maintainer="Orphaned " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/src-highlite/" distfiles="${GNU_SITE}/src-highlite/$pkgname-$version.tar.gz" -checksum=01336a7ea1d1ccc374201f7b81ffa94d0aecb33afc7d6903ebf9fbf33a55ada3 +checksum=3a7fd28378cb5416f8de2c9e77196ec915145d44e30ff4e0ee8beb3fe6211c91 if [ "$CROSS_BUILD" ]; then hostmakedepends="source-highlight"