ScoopInstaller_Main/bucket/minikube.json
2019-06-24 09:01:51 +00:00

31 lines
847 B
JSON

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