mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
882 B
JSON
27 lines
882 B
JSON
{
|
|
"version": "1.34.0",
|
|
"description": "Runs a single-node Kubernetes cluster inside a Virtual Machine to try out Kubernetes.",
|
|
"homepage": "https://minikube.sigs.k8s.io/docs/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v1.34.0/minikube-windows-amd64.exe#/minikube.exe",
|
|
"hash": "cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|