ScoopInstaller_Main/bucket/minikube.json
2019-05-22 01:00:22 +00:00

31 lines
847 B
JSON

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