Skip to content

Commit

Permalink
kubernetes: update to 1.26.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Apr 1, 2023
1 parent cf68049 commit 3ce4bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/kubernetes/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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"
Expand Down

0 comments on commit 3ce4bb2

Please sign in to comment.