ScoopInstaller_Main/bucket/minikube.json
2019-04-29 19:00:20 +00:00

31 lines
847 B
JSON

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