ScoopInstaller_Main/minikube.json
2018-12-10 18:01:43 +00:00

31 lines
849 B
JSON

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