minishift: Update to version 1.34.3

This commit is contained in:
Jakub Čábera 2020-09-27 09:10:28 +02:00
parent 49e3cfa914
commit c1698e2125

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.openshift.org/minishift", "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.", "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", "license": "Apache-2.0",
"version": "1.34.2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/minishift/minishift/releases/download/v1.34.2/minishift-1.34.2-windows-amd64.zip", "url": "https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-windows-amd64.zip",
"hash": "573733fd82fffbe7a6faef6c3ee77840df738b6701bdf6014acd443d97eb74d5" "hash": "c86ff71252aa40f06ee3ee95964b3525a4e8922d7ec9c639e2c0624317507619"
} }
}, },
"extract_dir": "minishift-1.34.2-windows-amd64", "extract_dir": "minishift-1.34.3-windows-amd64",
"bin": "minishift.exe", "bin": "minishift.exe",
"checkver": { "checkver": {
"github": "https://github.com/minishift/minishift" "github": "https://github.com/minishift/minishift"