ScoopInstaller_Main/bucket/minishift.json
2020-09-27 09:10:28 +02:00

29 lines
1.1 KiB
JSON

{
"version": "1.34.3",
"description": "Minishift is a tool that helps you run OpenShift locally by running a single-node OpenShift cluster inside a VM. You can try out OpenShift or develop with it, day-to-day, on your local host.",
"homepage": "https://www.openshift.org/minishift",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-windows-amd64.zip",
"hash": "c86ff71252aa40f06ee3ee95964b3525a4e8922d7ec9c639e2c0624317507619"
}
},
"extract_dir": "minishift-1.34.3-windows-amd64",
"bin": "minishift.exe",
"checkver": {
"github": "https://github.com/minishift/minishift"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/minishift/minishift/releases/download/v$version/minishift-$version-windows-amd64.zip"
}
},
"extract_dir": "minishift-$version-windows-amd64",
"hash": {
"url": "$url.sha256"
}
}
}