kubernetes-helm: update to 2.11.0

This commit is contained in:
Kyle Nusbaum 2018-09-26 11:25:44 -05:00 committed by maxice8
parent 942177ebe0
commit 876d8ff40b
1 changed files with 3 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'kubernetes-helm'
pkgname=kubernetes-helm
version=2.10.0
revision=2
version=2.11.0
revision=1
hostmakedepends="go make git mercurial"
short_desc="The Kubernetes Package Manager"
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=544511a814a0aefc4f74e196d96bea7930d83df059551d0b57c28439f6df4137
checksum=eee403cc1e05ab2eb1c6802eb7ecc4a5c544cb5971b7ee828c0b8d60fe061eb0
nopie=true
conflicts="helm"
wrksrc="helm-${version}"
@ -70,7 +70,6 @@ do_install() {
# Copy binaries and license
vbin _dist/linux-${_go_target_arch}/helm
vbin _dist/linux-${_go_target_arch}/rudder
vbin _dist/linux-${_go_target_arch}/tiller
vlicense LICENSE
}