mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kubernetes: update to 1.27.0.
This commit is contained in:
parent
92e6dae18d
commit
f052c67f86
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.26.3
|
version=1.27.0
|
||||||
revision=2
|
revision=1
|
||||||
archs="aarch64* x86_64* ppc64le*"
|
archs="aarch64* x86_64* ppc64le*"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/kubernetes/kubernetes"
|
go_import_path="github.com/kubernetes/kubernetes"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
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=e9db7e0a2e8cb40e478564de22530c5e582ae7136558994130b3ae7d8828ab31
|
checksum=536025dba2714ee5e940bb0a6b1df9ca97c244fa5b00236e012776a69121c323
|
||||||
nocross=yes
|
nocross=yes
|
||||||
system_accounts="kube"
|
system_accounts="kube"
|
||||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||||
|
|
Loading…
Add table
Reference in a new issue