From c1698e212589f7ec0c76091545940015e2633b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 27 Sep 2020 09:10:28 +0200 Subject: [PATCH] minishift: Update to version 1.34.3 --- bucket/minishift.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/minishift.json b/bucket/minishift.json index 6c30f3ddee..89bbdd4361 100644 --- a/bucket/minishift.json +++ b/bucket/minishift.json @@ -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.", + "homepage": "https://www.openshift.org/minishift", "license": "Apache-2.0", - "version": "1.34.2", "architecture": { "64bit": { - "url": "https://github.com/minishift/minishift/releases/download/v1.34.2/minishift-1.34.2-windows-amd64.zip", - "hash": "573733fd82fffbe7a6faef6c3ee77840df738b6701bdf6014acd443d97eb74d5" + "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.2-windows-amd64", + "extract_dir": "minishift-1.34.3-windows-amd64", "bin": "minishift.exe", "checkver": { "github": "https://github.com/minishift/minishift"