mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
tml: fix built in version
This commit is contained in:
parent
b88606023d
commit
f78900b59c
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'tml'
|
||||
pkgname=tml
|
||||
version=0.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=go
|
||||
go_import_path="github.com/liamg/tml"
|
||||
go_package="github.com/liamg/tml/tml"
|
||||
go_ldflags="-X github.com/liamg/tml/version.Version=${TRAVIS_TAG}"
|
||||
go_ldflags="-X github.com/liamg/tml/version.Version=v${version}"
|
||||
short_desc="Tiny markup language for terminal output"
|
||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||
license="Unlicense"
|
||||
|
|
Loading…
Add table
Reference in a new issue