mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
kubernetes: update to 1.11.3.
This commit is contained in:
parent
0f89f94b84
commit
68c69ab1f2
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.11.2
|
version=1.11.3
|
||||||
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"
|
||||||
|
@ -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=43f42c64426247d909010bf77f18c72ab1f36104a67e9c878cf897ee9f0ab6a6
|
checksum=f97edcfb593d18843e124590ce066e2fac3cd90a94f39d34faba640cc3c4a1bb
|
||||||
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