summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuhkoenig2018-01-29 09:27:11 +0100
committerMuhkoenig2018-01-29 09:27:11 +0100
commitf2c4e8ad3ff4bda6c0f887235c05fc6cf05ec20d (patch)
tree918a7ae3f3c548d1c6a7dfa612021f106464bccb /PKGBUILD
parentf96c254fb3e6dea804e0d3b8906ca5ceee654862 (diff)
downloadaur-f2c4e8ad3ff4bda6c0f887235c05fc6cf05ec20d.tar.gz
TASK: update to version 0.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5e4332bd5db..d25f040b9441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Muhkoenig
pkgname=minikube-bin
-pkgver=0.24.1
+pkgver=0.25.0
pkgrel=1
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
@@ -19,7 +19,7 @@ makedepends=()
conflicts=('minikube')
source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
-sha256sums=('1261de09386fd1f4ee7a4645958757c2c9e69f419a2a4ca8aff475017a7e036e')
+sha256sums=('5676f2d4f37f1c6f9cf99d56c7e1a3016976d657f9715e8cb255667a0c5803c1')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"