ScoopInstaller_Main/minikube.json
2019-01-18 00:01:02 +00:00

31 lines
849 B
JSON

{
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
"license": "Apache-2.0",
"version": "0.33.0",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.33.0/minikube-windows-amd64.exe",
"hash": "1ea3386fc15dc96577ce6a2f2f2193d1f4e63673146c3528970c8f4d49c0304b"
}
},
"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"
}
}
}