k9s: pass version to build.
This commit is contained in:
parent
b26a31fa3f
commit
f094c40bf4
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'k9s'
|
||||
pkgname=k9s
|
||||
version=0.19.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/derailed/k9s"
|
||||
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
|
||||
short_desc="Terminal UI to interact with Kubernetes clusters"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue