Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages / minikube
Commits: 990c5306 by Christian Rebischke at 2023-12-22T19:29:27+01:00 upgpkg: 1.32.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = minikube + pkgdesc = A tool that makes it easy to run Kubernetes locally + pkgver = 1.32.0 + pkgrel = 1 + url = https://github.com/kubernetes/minikube + arch = x86_64 + license = Apache + makedepends = git + makedepends = go + depends = glibc + optdepends = kubectl: to manage the cluster + optdepends = virtualbox: to use --vm-driver=virtualbox + options = !lto + source = git+https://github.com/kubernetes/minikube.git#commit=8220a6eb95f0a4d75f7f2d7b14cef975f050512d + sha512sums = SKIP + +pkgname = minikube ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Ivan Shapovalov <[email protected]> pkgname=minikube -pkgver=1.31.2 -_minikube_commit=fd7ecd9c4599bef9f04c0986c4a0187f98a4396e +pkgver=1.32.0 +_minikube_commit=8220a6eb95f0a4d75f7f2d7b14cef975f050512d pkgrel=1 pkgdesc="A tool that makes it easy to run Kubernetes locally" url="https://github.com/kubernetes/minikube" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/990c5306fd8ca296b6f3a00df494f43ba3767166 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/990c5306fd8ca296b6f3a00df494f43ba3767166 You're receiving this email because of your account on gitlab.archlinux.org.
