chroma: update to 2.11.1.
This commit is contained in:
parent
d407a1f4d7
commit
d10c82b058
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chroma'
|
# Template file for 'chroma'
|
||||||
pkgname=chroma
|
pkgname=chroma
|
||||||
version=2.10.0
|
version=2.11.1
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="cmd/chroma"
|
build_wrksrc="cmd/chroma"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/alecthomas/chroma"
|
homepage="https://github.com/alecthomas/chroma"
|
||||||
distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz"
|
distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz"
|
||||||
checksum=b3cb975f354fb7495f05841ccc7a5bcfb6f823ce2a15fc86eaeb59bed0840c76
|
checksum=80230d832200daadbcc8d4042f09992a4d5fda870b44b6f3f3db1370742762e2
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Reference in New Issue