tml: update to 0.3.0.

This commit is contained in:
Benjamín Albiñana 2020-07-23 13:36:21 +02:00 committed by Andrew J. Hesford
parent aa21e5a7c0
commit 7ecd60867d

View file

@ -1,6 +1,6 @@
# Template file for 'tml'
pkgname=tml
version=0.2.0
version=0.3.0
revision=1
build_style=go
go_import_path="github.com/liamg/tml"
@ -8,7 +8,11 @@ go_package="github.com/liamg/tml/tml"
hostmakedepends="git"
short_desc="Tiny markup language for terminal output"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-3.0-only"
license="Unlicense"
homepage="https://github.com/liamg/tml"
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
checksum=4a1a2774cb092981dc44a5d3eb6c906457ce2bba7571fca35df5a4ee0b2b7405
checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e
post_install() {
vlicense LICENSE
}