mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.3.7
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
nocross=yes
|
nocross=yes
|
||||||
only_for_archs="x86_64 x86_64-musl"
|
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"
|
short_desc="Container Cluster Manager for Docker"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
go_import_path="github.com/kubernetes/kubernetes"
|
go_import_path="github.com/kubernetes/kubernetes"
|
||||||
homepage="http://kubernetes.io"
|
homepage="http://kubernetes.io"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=40a655b5ae1734acfda157088a20853aaf87945508edf73497bec5fa26352a9b
|
checksum=ca62710b3e289b60b251e4fd2fede807c03750e7aaa2795208a92021113c8c7b
|
||||||
system_accounts="kube"
|
system_accounts="kube"
|
||||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||||
conf_files="/etc/kubernetes/*"
|
conf_files="/etc/kubernetes/*"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./hack/build-go.sh
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue