mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
31 lines
849 B
JSON
31 lines
849 B
JSON
{
|
|
"homepage": "https://kubernetes.io/docs/getting-started-guides/minikube/",
|
|
"license": "Apache-2.0",
|
|
"version": "0.26.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/minikube/releases/v0.26.1/minikube-windows-amd64.exe",
|
|
"hash": "498f9f090972c047836fcb1580bb6fcee53fe920955377569d903ba72a0c425e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|