Skip to content

Commit

Permalink
Updated Arch AUR pkg to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed Oct 7, 2016
1 parent aed0c7c commit 261deed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer:

pkgname=minikube
pkgver=0.10.0
pkgver=0.11.0
pkgrel=1
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
Expand All @@ -18,7 +18,7 @@ optdepends=(
makedepends=()

source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
sha512sums=('2fbc83930ca8dc08a200e33b1724a642058d4a7211780bf31f63d9b48e4ffcce0d5783984bf6913d3273dc5ff68bca99363d96cce55066d19dd5ded20b2be8a7')
sha512sums=('93f3235db5b9fc464c9fb62b6de47744ccbbd5cd16f80b6bbaf1a46ea774b9edf67d35cf4b3478e1a9bfaedb9976fc44d453a93967e6954e9b8ee991b144bf06')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 261deed

Please sign in to comment.