kubernetes: update to 1.11.1.

This commit is contained in:
Andrea Brancaleoni 2018-07-18 12:29:55 +02:00
parent 8b8f1d1ce7
commit 8e228898d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.11.0
version=1.11.1
revision=1
build_style=go
nocross=yes
@ -13,7 +13,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=b264dec72bb383fe6fc9063a1e270c00e734005e7af578bd0b33091fd8451349
checksum=073b77321812f26df6513c0ad0aef3a8b0c17f6281a186d515f5855ae009ea17
system_accounts="kube"
make_dirs="/var/lib/kubelet 0755 kube kube"
conf_files="/etc/kubernetes/*"