kubernetes-helm: update to 3.2.1.
This commit is contained in:
parent
c47638a43d
commit
bf7841baeb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kubernetes-helm'
|
||||
pkgname=kubernetes-helm
|
||||
version=3.1.2
|
||||
version=3.2.1
|
||||
revision=1
|
||||
wrksrc="helm-${version}"
|
||||
hostmakedepends="go make git mercurial tar"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://helm.sh/"
|
||||
distfiles="https://github.com/helm/helm/archive/v${version}.tar.gz"
|
||||
checksum=06c7a43be1841b07c4737999d90c1d194b80b55c6d80829349121e8e95f4a1e1
|
||||
checksum=6596e3ec8f9b91e43a03c190d8326f45844b31817ce1e6935c1864e58c93a56d
|
||||
conflicts="helm"
|
||||
nopie=true
|
||||
|
||||
|
@ -51,7 +51,7 @@ pre_build() {
|
|||
|
||||
do_build() {
|
||||
cd golib/src/k8s.io/helm
|
||||
TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make build-cross APP="..." LDFLAGS="-X k8s.io/helm/pkg/version.Version=v${version} -X k8s.io/helm/pkg/version.BuildMetadata="
|
||||
make build-cross TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" APP="..." LDFLAGS="-X k8s.io/helm/pkg/version.Version=v${version} -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
|
||||
|
|
Loading…
Reference in a new issue