Skip to content

Commit

Permalink
Bump arch linux PKGBUILD to 0.10.0
Browse files Browse the repository at this point in the history
Also add a dependency on net-tools
  • Loading branch information
r2d4 committed Sep 16, 2016
1 parent 3a75be8 commit df9f347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions installers/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
# Maintainer:

pkgname=minikube
pkgver=0.9.0
pkgver=0.10.0
pkgrel=1
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
license=('Apache')
arch=('x86_64')
depends=(
'virtualbox'
'net-tools'
)
optdepends=(
'kubectl-bin: to manage the cluster'
)
makedepends=()

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

package() {
cd "$srcdir"
Expand Down

0 comments on commit df9f347

Please sign in to comment.