ScoopInstaller_Main/minikube.json
2018-03-22 23:00:19 +00:00

31 lines
897 B
JSON

{
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
"license": "https://github.com/kubernetes/minikube/blob/master/LICENSE",
"version": "0.25.2",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-windows-amd64.exe",
"hash": "fea03201be88d466ea7cf2da34cd22812d927842100f56c51c7ca1d8b30db32f"
}
},
"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"
}
}
}