ScoopInstaller_Main/minikube.json
2018-05-16 20:01:48 +00:00

31 lines
849 B
JSON

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