From 8f13796379187c711d735c1eff2d3b90a73c9a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Fri, 29 Jan 2021 17:57:05 +0100 Subject: [PATCH] tml: update to 0.4.0. --- srcpkgs/tml/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template index 494883b1010..fb1e4b7953c 100644 --- a/srcpkgs/tml/template +++ b/srcpkgs/tml/template @@ -1,17 +1,18 @@ # Template file for 'tml' pkgname=tml -version=0.3.0 +version=0.4.0 revision=1 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}" hostmakedepends="git" short_desc="Tiny markup language for terminal output" maintainer="Benjamín Albiñana " license="Unlicense" homepage="https://github.com/liamg/tml" distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz" -checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e +checksum=b0c421ec8f3c3fcbdfbabe1a07c71ce5fd572a8f34181b8d032dff1a297d458b post_install() { vlicense LICENSE