chroma: update to 0.6.6.

This commit is contained in:
Daniel Lewan 2019-07-20 12:59:54 +02:00 committed by Juan RP
parent 6649054548
commit 0f746a607a

View file

@ -1,6 +1,6 @@
# Template file for 'chroma'
pkgname=chroma
version=0.6.5
version=0.6.6
revision=1
build_style=go
go_import_path="github.com/alecthomas/${pkgname}"
@ -11,16 +11,12 @@ 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=92bc5929fcd9d9e4c6261c1e12aa61314211b62ea8813e94fb4b5d3d60450345
checksum=87c64941500c9433ef481f2c54155f892ac8bd3c18b3247fc9d9785a8d4f5c10
do_check() {
go test -v
}
pre_build() {
sed -i 's/v1.0.1-0.20190717041731-572a5da3dff8/v1.0.0/' go.mod
}
post_install() {
vlicense COPYING
vdoc README.md