kubernetes: update to 1.4.0.
This commit is contained in:
parent
1be4f59916
commit
c61f5e34fd
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'kubernetes'
|
||||
pkgname=kubernetes
|
||||
version=1.3.7
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=go
|
||||
nocross=yes
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
hostmakedepends="rsync git git-perl"
|
||||
hostmakedepends="rsync git git-perl go-bindata"
|
||||
short_desc="Container Cluster Manager for Docker"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
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=40a655b5ae1734acfda157088a20853aaf87945508edf73497bec5fa26352a9b
|
||||
checksum=ca62710b3e289b60b251e4fd2fede807c03750e7aaa2795208a92021113c8c7b
|
||||
system_accounts="kube"
|
||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||
conf_files="/etc/kubernetes/*"
|
||||
|
||||
do_build() {
|
||||
./hack/build-go.sh
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue