From 72c5e771cef283148959aea1c50aa908878a19ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 20 Jan 2021 19:35:20 +0100 Subject: [PATCH] k3d: Update to version 4.0.0 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index ff4fcedcf4..da8e1eff9d 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "3.4.0", + "version": "4.0.0", "description": "Creates multi-node k3s cluster on a single machine using docker", "homepage": "https://github.com/rancher/k3d", "license": "MIT", @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/rancher/k3d/releases/download/v3.4.0/k3d-windows-amd64.exe#/k3d.exe", - "hash": "4abf345922aa9b8f206813d70d5ebc6eec6190a334476471a05011f48297b475" + "url": "https://github.com/rancher/k3d/releases/download/v4.0.0/k3d-windows-amd64.exe#/k3d.exe", + "hash": "02253801d8db92e51fa67d47e5c8b07cec477b2131fcb0d2490f53435142cdca" } }, "bin": "k3d.exe",