chroma: update to 2.0.0.
This commit is contained in:
parent
32fed85c2b
commit
65bc552e5b
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'chroma'
|
||||
pkgname=chroma
|
||||
version=0.10.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_wrksrc="cmd/chroma"
|
||||
build_style=go
|
||||
go_import_path="github.com/alecthomas/chroma/cmd/chroma"
|
||||
go_import_path="github.com/alecthomas/chroma/v2/cmd/chroma"
|
||||
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
|
||||
short_desc="General purpose syntax highlighter"
|
||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/alecthomas/chroma"
|
||||
distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz"
|
||||
checksum=98a517ae99f48e3b54d5c8cd7473d5c544f51bee7a4be17f5175736fce37da56
|
||||
checksum=6624b0e997527b99952bc5c2a85e258f3b541d0db23967b4a0eece22c7ea5053
|
||||
|
||||
do_check() {
|
||||
go test -v
|
||||
|
|
Loading…
Reference in New Issue