ScoopInstaller_Main/minikube.json
2017-05-31 00:42:02 +02:00

31 lines
897 B
JSON

{
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
"license": "https://github.com/kubernetes/minikube/blob/master/LICENSE",
"version": "0.19.1",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.19.1/minikube-windows-amd64.exe",
"hash": "6389e7026b4703cc88e3c542e36a3cbe1e2b4ffb8e676ebcf0d02a9fed7561f4"
}
},
"bin": [
[
"minikube-windows-amd64.exe",
"minikube"
]
],
"checkver": {
"github": "https://github.com/kubernetes/minikube"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v$version/minikube-windows-amd64.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}