chroma: update to 0.4.0.
This commit is contained in:
parent
bb7120b7fb
commit
c5c07b97ed
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroma'
|
# Template file for 'chroma'
|
||||||
pkgname=chroma
|
pkgname=chroma
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
go_import_path="github.com/alecthomas/${pkgname}"
|
go_import_path="github.com/alecthomas/${pkgname}"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
homepage="https://github.com/alecthomas/chroma"
|
homepage="https://github.com/alecthomas/chroma"
|
||||||
checksum=c48ce658a25f3422b4c493d769b823b2eb5ce9c19748ccff304bad4099ee54f3
|
checksum=dac48b59829eedda44185820d5fc0aedba55b984a34d54919d558781f7f22ba7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue