mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
kubernetes: update to 1.5.4.
This commit is contained in:
parent
50ee6f1e71
commit
2867f44282
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.5.3
|
version=1.5.4
|
||||||
revision=2
|
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"
|
||||||
|
@ -12,7 +12,7 @@ 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=bd83212374091e41a24f3cbbd70a36ac7635becac76cfff590b4ded67cb537bc
|
checksum=15dba2ed2c1ddb90997705dccc61e27e5db768744896a93ba43fbabe0a3445cc
|
||||||
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/*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue