Skip to content

Commit

Permalink
Update arch linux installer to minikube 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed Feb 6, 2017
1 parent 656e85d commit aebe285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions installers/linux/archlinux/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = minikube
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally
pkgver = 0.14.0
pkgver = 0.16.0
pkgrel = 1
url = https://github.com/kubernetes/minikube
arch = x86_64
Expand All @@ -9,8 +9,8 @@ pkgbase = minikube
optdepends = kubectl-bin: to manage the cluster
optdepends = virtualbox
optdepends = docker-machine-kvm
source = minikube_0.14.0::https://storage.googleapis.com/minikube/releases/v0.14.0/minikube-linux-amd64
sha512sums = 183b1c7c6b4d0370f3e9382dc05a5dc4f9f46130afcb2810418016fe4e9bb1aa21ddeb9def2d82b009a465f6948a815d388396227dda32f5ec014febda65c80b
source = minikube_0.16.0::https://storage.googleapis.com/minikube/releases/v0.16.0/minikube-linux-amd64
sha512sums = 50a824e95a4b514409b75730598004b58fe3b0e1dbe8c36a493eaa4e2f5e934d5aa21469f853dc887e87e72b0b7b118324654dedab012a56d6a6bf6703605ad3

pkgname = minikube

5 changes: 2 additions & 3 deletions installers/linux/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Matt Rickard <mrick@google.com>

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

source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
sha512sums=('183b1c7c6b4d0370f3e9382dc05a5dc4f9f46130afcb2810418016fe4e9bb1aa21ddeb9def2d82b009a465f6948a815d388396227dda32f5ec014febda65c80b')

sha512sums=('50a824e95a4b514409b75730598004b58fe3b0e1dbe8c36a493eaa4e2f5e934d5aa21469f853dc887e87e72b0b7b118324654dedab012a56d6a6bf6703605ad3')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"
Expand Down

0 comments on commit aebe285

Please sign in to comment.