Skip to content

Commit

Permalink
tml: fix built in version
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen authored and sirkhancision committed May 14, 2023
1 parent 787d4cd commit 0507d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/tml/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0507d7b

Please sign in to comment.