mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chroma: update to 2.9.1.
This commit is contained in:
parent
0fb51fca50
commit
c34d926d24
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'chroma'
|
# Template file for 'chroma'
|
||||||
pkgname=chroma
|
pkgname=chroma
|
||||||
version=2.8.0
|
version=2.9.1
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="cmd/chroma"
|
build_wrksrc="cmd/chroma"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/alecthomas/chroma/v2/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)"
|
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
|
||||||
short_desc="General purpose syntax highlighter"
|
short_desc="General purpose syntax highlighter"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
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=d6ddb56fd3cf0d7ae2c592f834aced1be4494f21338a79636743c25305a65a00
|
checksum=4f58ad5b33d8a8681b085e57303a85cb39158a62349dfb8bd16e780a049d788b
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue