From 613c2f962ff69150f9a3e042b03ff4a82e68994f Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Fri, 2 Nov 2018 12:37:16 +0100 Subject: [PATCH] chroma: update to 0.6.0. --- srcpkgs/chroma/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template index 96273eb1ecf..40612914f65 100644 --- a/srcpkgs/chroma/template +++ b/srcpkgs/chroma/template @@ -1,17 +1,17 @@ # Template file for 'chroma' pkgname=chroma -version=0.5.0 -revision=2 +version=0.6.0 +revision=1 build_style=go -hostmakedepends="git" go_import_path="github.com/alecthomas/${pkgname}" go_package="${go_import_path}/cmd/chroma" +hostmakedepends="git" short_desc="A general purpose syntax highlighter" maintainer="Daniel Lewan " license="MIT" -distfiles="https://${go_import_path}/archive/v${version}.tar.gz" homepage="https://github.com/alecthomas/chroma" -checksum=6ef69c5aa07cfb697e77ea1f793d0a0cbd52df7e1e0109ae0c91134138a451c5 +distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +checksum=be30aa45fac2d401f28fc49c87b1fa315f61273da2097eaba412802e76de17dd post_install() { vlicense COPYING