kubernetes-helm: report release version instead snapshot version

This commit is contained in:
Enno Boland 2018-11-17 12:33:53 +01:00
parent 1e42f0ac35
commit 0e27949f23
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kubernetes-helm'
pkgname=kubernetes-helm
version=2.11.0
revision=1
revision=2
hostmakedepends="go make git mercurial"
short_desc="The Kubernetes Package Manager"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
@ -50,7 +50,7 @@ pre_build() {
do_build() {
cd golib/src/k8s.io/helm
TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..."
TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..." LDFLAGS="-X k8s.io/helm/pkg/version.BuildMetadata="
_dist/linux-${_go_host_arch}/helm completion bash > completion.bash
_dist/linux-${_go_host_arch}/helm completion zsh > completion.zsh