提交 daa01582 编写于 作者: M Matt Rickard 提交者: GitHub

Merge pull request #907 from r2d4/0.13.1

Upgrade archlinux installer to 0.13.1
pkgbase = minikube
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally
pkgver = 0.13.0
pkgver = 0.13.1
pkgrel = 1
url = https://github.com/kubernetes/minikube
arch = x86_64
......@@ -9,8 +9,8 @@ pkgbase = minikube
optdepends = kubectl-bin: to manage the cluster
optdepends = virtualbox
optdepends = docker-machine-kvm
source = minikube_0.13.0::https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-linux-amd64
sha512sums = 902d68f72ba831c0049a25b413cd38c3a836f373c28961060c9577d21e78610d67e45d18c393fde40ebb3c45225d6315a7ebcb1473528ef208dd2c58fa6dbdc5
source = minikube_0.13.1::https://storage.googleapis.com/minikube/releases/v0.13.1/minikube-linux-amd64
sha512sums = c35fce298d7cfb27d0a3b7a36e5d930f090af577d284ace2395ff75b4e36eb971c2bad9375ef40cf0599835175efb46923001944949906323c1b0382b3ffb32c
pkgname = minikube
......@@ -2,7 +2,7 @@
# Maintainer: Matt Rickard <mrick@google.com>
pkgname=minikube
pkgver=0.13.0
pkgver=0.13.1
pkgrel=1
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
......@@ -19,7 +19,7 @@ optdepends=(
makedepends=()
source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)
sha512sums=('902d68f72ba831c0049a25b413cd38c3a836f373c28961060c9577d21e78610d67e45d18c393fde40ebb3c45225d6315a7ebcb1473528ef208dd2c58fa6dbdc5')
sha512sums=('c35fce298d7cfb27d0a3b7a36e5d930f090af577d284ace2395ff75b4e36eb971c2bad9375ef40cf0599835175efb46923001944949906323c1b0382b3ffb32c')
package() {
cd "$srcdir"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册