mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tml: update to 0.7.0
This commit is contained in:
parent
bf2072203f
commit
00d54cb0cf
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue