mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
32 lines
928 B
JSON
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"
|
|
}
|
|
}
|
|
}
|