mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
27 lines
907 B
JSON
27 lines
907 B
JSON
{
|
|
"version": "1.29.0",
|
|
"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.29.0/minikube-windows-amd64.exe#/minikube.exe",
|
|
"hash": "c53785c02c0327e74342e7100dd2fa8a52a689c9fea7782a9a1491b5d68dbd6a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|