update licenses to specify version

pull/15426/head
Steven Powell 2022-11-29 10:01:55 -08:00
parent f4b2496193
commit 659f163bc6
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'

View File

@ -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

View File

@ -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'