kubernetes: update to 1.26.3.

This commit is contained in:
Andrea Brancaleoni 2023-04-02 05:41:30 +09:00
parent cf68049787
commit 3ce4bb2639
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.26.2
version=1.26.3
revision=1
archs="x86_64* ppc64le*"
archs="aarch64* x86_64* ppc64le*"
build_style=go
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"
short_desc="Container Cluster Manager for Docker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="http://kubernetes.io"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=7a50f0a8f0b649922f021f811d6ace8c282d09a0e3a30fa69d86b6c28eb51fd1
checksum=e9db7e0a2e8cb40e478564de22530c5e582ae7136558994130b3ae7d8828ab31
nocross=yes
system_accounts="kube"
make_dirs="/var/lib/kubelet 0755 kube kube"