mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
kubernetes: update to 1.11.0.
This commit is contained in:
parent
c85aa5310a
commit
3fd324d692
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.10.5
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -13,7 +13,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=efa27452ca77366f5e0c31e8db36df338593e3c24bd86be7e95b2e1a04672321
|
checksum=b264dec72bb383fe6fc9063a1e270c00e734005e7af578bd0b33091fd8451349
|
||||||
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