Skip to content

Commit

Permalink
Update arch linux installer for 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed Apr 7, 2017
1 parent ae98df2 commit a317dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.17.1
pkgver = 0.18.0
pkgrel = 1
url = https://github.com/kubernetes/minikube
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = minikube
optdepends = virtualbox
optdepends = docker-machine-kvm
source = minikube_0.17.1::https://storage.googleapis.com/minikube/releases/v0.17.1/minikube-linux-amd64
sha256sums = 54f9e24b5622f540a6d5edd7450ce546cf6f57f9feff21fd5d92d0d2f552ac31
sha256sums = c1dd2eb704ec29000d2c6080ca18660b862eedf0eb1c933aed746e93e6e5adea

pkgname = minikube

4 changes: 2 additions & 2 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.17.1
pkgver=0.18.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,7 +19,7 @@ optdepends=(
makedepends=()

source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
sha256sums=('54f9e24b5622f540a6d5edd7450ce546cf6f57f9feff21fd5d92d0d2f552ac31')
sha256sums=('c1dd2eb704ec29000d2c6080ca18660b862eedf0eb1c933aed746e93e6e5adea')
package() {
cd "$srcdir"
install -d "$pkgdir/usr/bin"
Expand Down

0 comments on commit a317dd1

Please sign in to comment.