tml: update to 0.7.0
This commit is contained in:
parent
bf2072203f
commit
00d54cb0cf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tml'
|
||||
pkgname=tml
|
||||
version=0.6.1
|
||||
revision=3
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/liamg/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>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/liamg/tml"
|
||||
distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
|
||||
checksum=f9ee764c08481deca00a292ecec19c0987b68254cfc1a0f7f8b63528bfafee67
|
||||
distfiles="https://github.com/liamg/tml/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=68a87626aeba0859c39eebfe96d40db2d39615865bfe55e819feda3c7c9e1824
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue