hashworks pushed to branch main at Arch Linux / Packaging / Packages / minikube
Commits:
d39720d7 by Justin Kromlinger at 2024-09-15T14:40:23+02:00
upgpkg: 1.34.0-2: Actually build 1.34.0, switch to tag checkout
Closes !1, thanks @jangho
- - - - -
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.34.0
- pkgrel = 1
+ pkgrel = 2
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#commit=5883c09216182566a63dff4c326a6fc9ed2982ff
- sha512sums =
58ed440852ab1bf8e1e687499bcd66b6b95027bb702f0361e24794de17d089da483258d175c434976b232f2da63ef97f56a4634c4968775fa8b0c525b5b4c92a
+ source = git+https://github.com/kubernetes/minikube.git#tag=v1.34.0
+ sha512sums =
1cec600e6f662d9d51b5d02f660b310c4e31c3597466bbf5d193c7b8e0de63761f77dbfcac30027a70ab6ad3c853e20032b8bbfc1c3ad88635fe51fd770fd495
pkgname = minikube
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,7 @@
pkgname=minikube
pkgver=1.34.0
-_minikube_commit=5883c09216182566a63dff4c326a6fc9ed2982ff
-pkgrel=1
+pkgrel=2
pkgdesc="A tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
license=('Apache-2.0')
@@ -15,8 +14,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() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/d39720d7523eafe1299dc20dcad491f28a723a98
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minikube/-/commit/d39720d7523eafe1299dc20dcad491f28a723a98
You're receiving this email because of your account on gitlab.archlinux.org.