chroma: update to 0.6.7.

This commit is contained in:
Daniel Lewan 2019-09-25 19:56:34 +02:00 committed by Helmut Pozimski
parent bd2435056a
commit 9a7be5d795

View file

@ -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 <vision360.daniel@gmail.com>"
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