* update minikube to 1.34.0-2

This commit is contained in:
Alexander Baldeck 2024-12-01 23:33:15 +01:00
parent 27494fb62a
commit 1758d40510
3 changed files with 21 additions and 18 deletions

View File

@ -1,19 +1,19 @@
pkgbase = minikube-git
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally.
pkgver = 0.28.2.r55.gbed9aabaf
pkgrel = 1
pkgbase = minikube
pkgdesc = A tool that makes it easy to run Kubernetes locally
pkgver = 1.34.0
pkgrel = 2
url = https://github.com/kubernetes/minikube
arch = x86_64
license = apache
arch = powerpc64le
arch = riscv64
license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
optdepends = kubectl: to manage the cluster
optdepends = virtualbox
optdepends = docker-machine-driver-kvm2
provides = minikube
conflicts = minikube
source = minikube-git::git+https://github.com/kubernetes/minikube.git
md5sums = SKIP
pkgname = minikube-git
optdepends = virtualbox: to use --vm-driver=virtualbox
options = !lto
source = git+https://github.com/kubernetes/minikube.git#tag=v1.34.0
sha512sums = 1cec600e6f662d9d51b5d02f660b310c4e31c3597466bbf5d193c7b8e0de63761f77dbfcac30027a70ab6ad3c853e20032b8bbfc1c3ad88635fe51fd770fd495
pkgname = minikube

View File

@ -0,0 +1,4 @@
[minikube]
source = "git"
git = "https://github.com/kubernetes/minikube.git"
prefix = "v"

View File

@ -3,9 +3,8 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=minikube
pkgver=1.33.1
_minikube_commit=5883c09216182566a63dff4c326a6fc9ed2982ff
pkgrel=1
pkgver=1.34.0
pkgrel=2
pkgdesc="A tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
license=('Apache-2.0')
@ -16,8 +15,8 @@ optdepends=(
)
makedepends=('git' 'go')
depends=('glibc')
source=("git+https://github.com/kubernetes/minikube.git#commit=${_minikube_commit}")
sha512sums=('58ed440852ab1bf8e1e687499bcd66b6b95027bb702f0361e24794de17d089da483258d175c434976b232f2da63ef97f56a4634c4968775fa8b0c525b5b4c92a')
source=("git+https://github.com/kubernetes/minikube.git#tag=v${pkgver}")
sha512sums=('1cec600e6f662d9d51b5d02f660b310c4e31c3597466bbf5d193c7b8e0de63761f77dbfcac30027a70ab6ad3c853e20032b8bbfc1c3ad88635fe51fd770fd495')
options=('!lto')
prepare() {