mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
31 lines
847 B
JSON
31 lines
847 B
JSON
{
|
|
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
|
|
"license": "Apache-2.0",
|
|
"version": "1.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v1.0.0/minikube-windows-amd64.exe",
|
|
"hash": "a9e629911498ce774681504abe1797c1957e29d100d40c80c26ac54e22716a85"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|