diff --git a/minishift.json b/minishift.json new file mode 100644 index 0000000000..8543508369 --- /dev/null +++ b/minishift.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://www.openshift.org/minishift", + "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.", + "license": "https://raw.githubusercontent.com/minishift/minishift/master/LICENSE", + "version": "1.14.0", + "architecture": { + "64bit": { + "url": "https://github.com/minishift/minishift/releases/download/v1.14.0/minishift-1.14.0-windows-amd64.zip", + "hash": "1aeaf1f6fa89ffc1848b4de812e74ee3ca9879e5c73750d0e985890fa88a4d59" + } + }, + "extract_dir": "minishift-1.14.0-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" + } + } +}