ScoopInstaller_Main/bucket/minikube.json
2020-03-07 03:01:49 +00:00

32 lines
955 B
JSON

{
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
"description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.",
"license": "Apache-2.0",
"version": "1.8.1",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/minikube/releases/v1.8.1/minikube-windows-amd64.exe",
"hash": "3d4daf04ac2addcc52b529bdebe50488867c5ce63d4e94083b0030be1e1e7b91"
}
},
"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"
}
}
}