Bump arch linux installer to v0.13.0

pull/875/head
Matt Rickard 2016-12-01 14:30:03 -08:00
parent 9c7fa5c50e
commit 1dc0dd413f
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
pkgbase = minikube pkgbase = minikube
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally
pkgver = 0.12.2 pkgver = 0.13.0
pkgrel = 1 pkgrel = 1
url = https://github.com/kubernetes/minikube url = https://github.com/kubernetes/minikube
arch = x86_64 arch = x86_64
license = Apache license = Apache
depends = net-tools depends = net-tools
optdepends = kubectl-bin: to manage the cluster
optdepends = virtualbox optdepends = virtualbox
optdepends = docker-machine-kvm optdepends = docker-machine-kvm
optdepends = kubectl-bin: to manage the cluster source = minikube_0.13.0::https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-linux-amd64
source = minikube_0.12.2::https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-linux-amd64 sha512sums = 902d68f72ba831c0049a25b413cd38c3a836f373c28961060c9577d21e78610d67e45d18c393fde40ebb3c45225d6315a7ebcb1473528ef208dd2c58fa6dbdc5
sha512sums = 35444b1d867f07cca40337d09e0a8f58313c6ddf85214d84d087ca9fdf803ebe6a23e69b98776e08e40916feb62fe4a052c4afeb7dde3ffc71e03d0233bb7409
pkgname = minikube pkgname = minikube

View File

@ -2,7 +2,7 @@
# Maintainer: Matt Rickard <mrick@google.com> # Maintainer: Matt Rickard <mrick@google.com>
pkgname=minikube pkgname=minikube
pkgver=0.12.2 pkgver=0.13.0
pkgrel=1 pkgrel=1
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally" pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube" url="https://github.com/kubernetes/minikube"
@ -19,7 +19,7 @@ optdepends=(
makedepends=() makedepends=()
source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64) source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
sha512sums=('35444b1d867f07cca40337d09e0a8f58313c6ddf85214d84d087ca9fdf803ebe6a23e69b98776e08e40916feb62fe4a052c4afeb7dde3ffc71e03d0233bb7409') sha512sums=('902d68f72ba831c0049a25b413cd38c3a836f373c28961060c9577d21e78610d67e45d18c393fde40ebb3c45225d6315a7ebcb1473528ef208dd2c58fa6dbdc5')
package() { package() {
cd "$srcdir" cd "$srcdir"