tml: update to 0.7.0

This commit is contained in:
cinerea0 2024-08-30 18:37:32 -04:00 committed by cinerea0
parent bf2072203f
commit 00d54cb0cf

View file

@ -1,7 +1,7 @@
# Template file for 'tml' # Template file for 'tml'
pkgname=tml pkgname=tml
version=0.6.1 version=0.7.0
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/liamg/tml" go_import_path="github.com/liamg/tml"
go_package="github.com/liamg/tml/tml" go_package="github.com/liamg/tml/tml"
@ -10,8 +10,8 @@ short_desc="Tiny markup language for terminal output"
maintainer="Benjamín Albiñana <benalb@gmail.com>" maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="Unlicense" license="Unlicense"
homepage="https://github.com/liamg/tml" homepage="https://github.com/liamg/tml"
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz" distfiles="https://github.com/liamg/tml/archive/refs/tags/v${version}.tar.gz"
checksum=f9ee764c08481deca00a292ecec19c0987b68254cfc1a0f7f8b63528bfafee67 checksum=68a87626aeba0859c39eebfe96d40db2d39615865bfe55e819feda3c7c9e1824
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE