Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ minikube
Commits:
826c8615 by Christian Rebischke at 2026-02-08T17:34:03+01:00
upgpkg: 1.38.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = minikube
pkgdesc = A tool that makes it easy to run Kubernetes locally
- pkgver = 1.37.0
- pkgrel = 2
+ pkgver = 1.38.0
+ pkgrel = 1
url = https://github.com/kubernetes/minikube
arch = x86_64
license = Apache-2.0
@@ -11,7 +11,7 @@ pkgbase = minikube
optdepends = kubectl: to manage the cluster
optdepends = virtualbox: to use --vm-driver=virtualbox
options = !lto
- source = git+https://github.com/kubernetes/minikube.git#tag=v1.37.0
- sha512sums =
08e33b4af3b8273c4a9f60822ce4013bcea8ef7e59c912b9a2d30cb17b214ce334da91b511dbe0098ebaa117b46b3f143ebb9a6855146581c34f644c960b2f0b
+ source = git+https://github.com/kubernetes/minikube.git#tag=v1.38.0
+ sha512sums =
1fdff6858d234077a5c6750f4f13089c139312456f12c5242db201d5f2310f58b1c778b93a6a35f91ad88d6e58a68c6066e84685c5e6d91dd5eca56b51a8d203
pkgname = minikube
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Ivan Shapovalov <[email protected]>
pkgname=minikube
-pkgver=1.37.0
-pkgrel=2
+pkgver=1.38.0
+pkgrel=1
pkgdesc="A tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
license=('Apache-2.0')
@@ -15,7 +15,7 @@ optdepends=(
makedepends=('git' 'go')
depends=('glibc')
source=("git+https://github.com/kubernetes/minikube.git#tag=v${pkgver}")
-sha512sums=('08e33b4af3b8273c4a9f60822ce4013bcea8ef7e59c912b9a2d30cb17b214ce334da91b511dbe0098ebaa117b46b3f143ebb9a6855146581c34f644c960b2f0b')
+sha512sums=('1fdff6858d234077a5c6750f4f13089c139312456f12c5242db201d5f2310f58b1c778b93a6a35f91ad88d6e58a68c6066e84685c5e6d91dd5eca56b51a8d203')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/826c86150e6224c507811730767d062b563cd522
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/826c86150e6224c507811730767d062b563cd522
You're receiving this email because of your account on gitlab.archlinux.org.