kubecfg: set version information.
This commit is contained in:
parent
55bfc073af
commit
b4706b31cc
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'kubecfg'
|
# Template file for 'kubecfg'
|
||||||
pkgname=kubecfg
|
pkgname=kubecfg
|
||||||
version=0.11.0
|
version=0.12.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/bitnami/kubecfg"
|
go_import_path="github.com/bitnami/kubecfg"
|
||||||
|
go_ldflags="-X main.version=v${version}"
|
||||||
short_desc="Tool for managing Kubernetes resources as code"
|
short_desc="Tool for managing Kubernetes resources as code"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/bitnami/kubecfg"
|
homepage="https://github.com/bitnami/kubecfg"
|
||||||
distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
|
||||||
checksum=79dcd7e680e2bba156e48ef7ecfa47b151560265b7bac9fdbe7bf193cddf3c28
|
checksum=328acbf238b24a3cd25d13f872f6f640c4048ea8ca0120927349bd966e98ecc7
|
||||||
|
|
Loading…
Reference in New Issue