summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorminikube-bot2017-09-11 22:07:12 +0000
committerminikube-bot2017-09-11 22:07:12 +0000
commitc4f7091c3e184e9b8dffa4d3bb8038cc457d33fa (patch)
tree2e5830ba9f5a1edb28a0ff7c81333d7bd45a433c
parent8d7f40675602bc0898259c0e4418616a1b8ec135 (diff)
downloadaur-c4f7091c3e184e9b8dffa4d3bb8038cc457d33fa.tar.gz
Upgrade to version 0.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afbb768ee705..78230b529f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minikube
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally
- pkgver = 0.22.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/kubernetes/minikube
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = minikube
optdepends = kubectl-bin: to manage the cluster
optdepends = virtualbox
optdepends = docker-machine-kvm
- source = minikube_0.22.0::https://storage.googleapis.com/minikube/releases/v0.22.0/minikube-linux-amd64
- sha256sums = aaa439aee636a01e6340a1104721942af43c3fb481a5a32e112ccd8a37d8a1e9
+ source = minikube_0.22.1::https://storage.googleapis.com/minikube/releases/v0.22.1/minikube-linux-amd64
+ sha256sums = 0b61a7b7ca21e2c9bda5ab18d60c6c3fdf7a40d62db23b49de29617a6439c6fb
pkgname = minikube
diff --git a/PKGBUILD b/PKGBUILD
index 6918e5265a01..13a19044dca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Matt Rickard <mrick@google.com>
pkgname=minikube
-pkgver=0.22.0
+pkgver=0.22.1
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 @@ optdepends=(
makedepends=()
source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
-sha256sums=('aaa439aee636a01e6340a1104721942af43c3fb481a5a32e112ccd8a37d8a1e9')
+sha256sums=('0b61a7b7ca21e2c9bda5ab18d60c6c3fdf7a40d62db23b49de29617a6439c6fb')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"