mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
kubernetes: update to 1.26.3.
This commit is contained in:
parent
cf68049787
commit
3ce4bb2639
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.26.2
|
version=1.26.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="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"
|
||||||
hostmakedepends="rsync git go-bindata which"
|
hostmakedepends="rsync git go-bindata which curl tar"
|
||||||
depends="kubectl conntrack-tools"
|
depends="kubectl conntrack-tools"
|
||||||
short_desc="Container Cluster Manager for Docker"
|
short_desc="Container Cluster Manager for Docker"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
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=7a50f0a8f0b649922f021f811d6ace8c282d09a0e3a30fa69d86b6c28eb51fd1
|
checksum=e9db7e0a2e8cb40e478564de22530c5e582ae7136558994130b3ae7d8828ab31
|
||||||
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