kubernetes-helm: update to 3.6.3

This commit is contained in:
Mate GABRI 2021-07-23 10:23:05 +10:00 committed by Érico Nogueira Rolim
parent 40761dc077
commit 34299c5508

View file

@ -1,6 +1,6 @@
# Template file for 'kubernetes-helm'
pkgname=kubernetes-helm
version=3.5.4
version=3.6.3
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=1ca809dfd3c5bc591c28cac9e545335ba5529844ca6180d1dddd0c255168ff19
checksum=1ef2253b97601f56da782ce380f0732246c82038c4241cbc37450e5a23f0c5a5
conflicts="helm"
nopie=true
@ -37,7 +37,6 @@ do_extract() {
do_build() {
cd golib/src/k8s.io/helm
go mod tidy # can be removed with 3.6.0; see https://github.com/helm/helm/issues/9479
make build-cross TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" APP="..." LDFLAGS="-X helm.sh/helm/v3/internal/version.version=v${version} -X helm.sh/helm/v3/internal/version.metadata="
_dist/linux-${_go_host_arch}/helm completion bash > completion.bash