ScoopInstaller_Main/minikube.json
2017-09-11 23:00:21 +00: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.22.1",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.22.1/minikube-windows-amd64.exe",
"hash": "fc86f53768b6f77b425bcb330de7f5b6fe541ff96796228a4567b183b04793af"
}
},
"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"
}
}
}