kubernetes: update to 1.7.3.

This commit is contained in:
Andrea Brancaleoni 2017-08-04 07:57:13 +02:00
parent b8a8e10bf6
commit 5fe8802f83
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.7.2
version=1.7.3
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=a283ff30b243b94474d07ec0ed52c4d42a2ca427610a58f1a6dffe456fbb3b6a
checksum=7f84e08c2944865247c3fee26b010452e4a315a1cdd7983ff59d151f17167b13
system_accounts="kube"
make_dirs="/var/lib/kubelet 0755 kube kube"
conf_files="/etc/kubernetes/*"