kubernetes-helm: update to 3.6.3
This commit is contained in:
parent
40761dc077
commit
34299c5508
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue