kubernetes-helm: update to 2.11.0
This commit is contained in:
parent
942177ebe0
commit
876d8ff40b
1 changed files with 3 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'kubernetes-helm'
|
# Template file for 'kubernetes-helm'
|
||||||
pkgname=kubernetes-helm
|
pkgname=kubernetes-helm
|
||||||
version=2.10.0
|
version=2.11.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="go make git mercurial"
|
hostmakedepends="go make git mercurial"
|
||||||
short_desc="The Kubernetes Package Manager"
|
short_desc="The Kubernetes Package Manager"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://helm.sh/"
|
homepage="https://helm.sh/"
|
||||||
distfiles="https://github.com/helm/helm/archive/v${version}.tar.gz"
|
distfiles="https://github.com/helm/helm/archive/v${version}.tar.gz"
|
||||||
checksum=544511a814a0aefc4f74e196d96bea7930d83df059551d0b57c28439f6df4137
|
checksum=eee403cc1e05ab2eb1c6802eb7ecc4a5c544cb5971b7ee828c0b8d60fe061eb0
|
||||||
nopie=true
|
nopie=true
|
||||||
conflicts="helm"
|
conflicts="helm"
|
||||||
wrksrc="helm-${version}"
|
wrksrc="helm-${version}"
|
||||||
|
@ -70,7 +70,6 @@ do_install() {
|
||||||
|
|
||||||
# Copy binaries and license
|
# Copy binaries and license
|
||||||
vbin _dist/linux-${_go_target_arch}/helm
|
vbin _dist/linux-${_go_target_arch}/helm
|
||||||
vbin _dist/linux-${_go_target_arch}/rudder
|
|
||||||
vbin _dist/linux-${_go_target_arch}/tiller
|
vbin _dist/linux-${_go_target_arch}/tiller
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue