ScoopInstaller_Main/minikube.json
2017-02-03 19:46:33 +01:00

32 lines
928 B
JSON

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