mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
31 lines
897 B
JSON
31 lines
897 B
JSON
{
|
|
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
|
|
"license": "https://github.com/kubernetes/minikube/blob/master/LICENSE",
|
|
"version": "0.24.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v0.24.1/minikube-windows-amd64.exe",
|
|
"hash": "61e1aa977ffdfd5373158820f8d57a8f4af7c43e78b8598651dea65be59b8bab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|