ScoopInstaller_Main/minikube.json
2017-10-06 22:01:47 +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.3",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.22.3/minikube-windows-amd64.exe",
"hash": "0a7037cb510bfbd9f78b85a80910a43bb8f6e7a9de89cd4323fea3ff52fce524"
}
},
"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"
}
}
}