kubernetes: update to 1.9.2.

This commit is contained in:
Andrea Brancaleoni 2018-01-19 10:19:17 +01:00
parent 4403c8fb95
commit 79078b26ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.9.1
version=1.9.2
revision=1
build_style=go
nocross=yes
@ -12,7 +12,7 @@ license="Apache-2.0"
go_import_path="github.com/kubernetes/kubernetes"
homepage="http://kubernetes.io"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=fa0f94c486025ba702b2a55b4f92c480ad0633a2b4afac00ca0731cafcb58559
checksum=d51a4961eedb271dc7fd34c29f5a2a0caa0d82afe2d0ff75eff26bd19634e8b4
system_accounts="kube"
make_dirs="/var/lib/kubelet 0755 kube kube"
conf_files="/etc/kubernetes/*"