mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
907 B
JSON
27 lines
907 B
JSON
{
|
|
"version": "1.15.1",
|
|
"description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.",
|
|
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v1.15.1/minikube-windows-amd64.exe#/minikube.exe",
|
|
"hash": "89e34d6137bba7a59b74e138af28746b883bb605cbf2d37c1ff29dce008050e8"
|
|
}
|
|
},
|
|
"bin": "minikube.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/kubernetes/minikube"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v$version/minikube-windows-amd64.exe#/minikube.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|