ScoopInstaller_Main/minikube.json
2017-09-18 21:01:55 +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.2",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.22.2/minikube-windows-amd64.exe",
"hash": "fffa980120ab40716fc83f525bc230574cd636581126b9473bd50ea9a40c89e4"
}
},
"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"
}
}
}