From 5ee61c2e55b750544a771269202b90dd79349de9 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Wed, 25 Sep 2019 19:56:34 +0200 Subject: [PATCH] chroma: update to 0.6.7. --- srcpkgs/chroma/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template index 7a7867cc8c9..e8b786f9671 100644 --- a/srcpkgs/chroma/template +++ b/srcpkgs/chroma/template @@ -1,6 +1,6 @@ # Template file for 'chroma' pkgname=chroma -version=0.6.6 +version=0.6.7 revision=1 build_style=go go_import_path="github.com/alecthomas/${pkgname}" @@ -10,8 +10,8 @@ short_desc="General purpose syntax highlighter" maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/alecthomas/chroma" -distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=87c64941500c9433ef481f2c54155f892ac8bd3c18b3247fc9d9785a8d4f5c10 +distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz" +checksum=ac23e6b649929d093f2ad163629bc5f30b293ddf4d48d20824f97a512186dcb1 do_check() { go test -v