ScoopInstaller_Main/minikube.json
2019-03-29 21:01:59 +00:00

31 lines
847 B
JSON

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