kubernetes: update to 1.9.5.
This commit is contained in:
parent
42db9a8084
commit
6a5e26926c
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'kubernetes'
|
||||
pkgname=kubernetes
|
||||
version=1.9.4
|
||||
version=1.9.5
|
||||
revision=1
|
||||
build_style=go
|
||||
nocross=yes
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
hostmakedepends="rsync git git-perl go-bindata"
|
||||
hostmakedepends="rsync git go-bindata"
|
||||
short_desc="Container Cluster Manager for Docker"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
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=d4dc8a0d75b0b2de99b5fbb799e487abb11042753fcdab0a933d5622832fcb00
|
||||
checksum=da01224e1bf198ad83791654ccbe54a902c4f73c54fbb58675912a990c530f56
|
||||
system_accounts="kube"
|
||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||
conf_files="/etc/kubernetes/*"
|
||||
|
|
Loading…
Reference in New Issue