update licenses to specify version
parent
f4b2496193
commit
659f163bc6
|
@ -4,7 +4,7 @@ pkgbase = docker-machine-driver-kvm2
|
||||||
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-2.0
|
||||||
depends = docker-machine
|
depends = docker-machine
|
||||||
depends = libvirt
|
depends = libvirt
|
||||||
depends = ebtables
|
depends = ebtables
|
||||||
|
|
|
@ -5,7 +5,7 @@ pkgver=$PKG_VERSION
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Minikube-maintained KVM driver for docker-machine"
|
pkgdesc="Minikube-maintained KVM driver for docker-machine"
|
||||||
url="https://github.com/kubernetes/minikube"
|
url="https://github.com/kubernetes/minikube"
|
||||||
license=('Apache')
|
license=('Apache-2.0')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
depends=(
|
depends=(
|
||||||
'docker-machine'
|
'docker-machine'
|
||||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = minikube
|
||||||
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-2.0
|
||||||
depends = net-tools
|
depends = net-tools
|
||||||
optdepends = kubectl-bin: to manage the cluster
|
optdepends = kubectl-bin: to manage the cluster
|
||||||
optdepends = virtualbox
|
optdepends = virtualbox
|
||||||
|
|
|
@ -7,7 +7,7 @@ pkgver=$PKG_VERSION
|
||||||
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"
|
||||||
license=('Apache')
|
license=('Apache-2.0')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
depends=(
|
depends=(
|
||||||
'net-tools'
|
'net-tools'
|
||||||
|
|
Loading…
Reference in New Issue