kubernetes: update to 1.25.1.

This commit is contained in:
Andrea Brancaleoni 2022-09-19 10:09:10 +02:00
parent 73b4a6f9e7
commit 10ed45e31b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubernetes' # Template file for 'kubernetes'
pkgname=kubernetes pkgname=kubernetes
version=1.25.0 version=1.25.1
revision=1 revision=1
archs="x86_64* ppc64le*" archs="x86_64* ppc64le*"
build_style=go build_style=go
@ -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=80d560410896686b9c1f71f4fb9b5f8e8328d297d4d87bb0a545f766870f8f41 checksum=7f00e351b99851cdfbc7536a960a32c10f0f3dfe8bb3a09b93b0c7b0af224e25
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"