From 725e61b2649e74fd228e47372acaaaee99bf7e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 11 Oct 2020 13:23:28 +0200 Subject: [PATCH] k3d: Update to version 3.1.3 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index b0a0852c5a..8f7451a2f0 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "3.1.2", + "version": "3.1.3", "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.1.2/k3d-windows-amd64.exe#/k3d.exe", - "hash": "4ae28c5ed8225669a8df5660bf060a2ae109ca13174e0db6d12b873549c0898f" + "url": "https://github.com/rancher/k3d/releases/download/v3.1.3/k3d-windows-amd64.exe#/k3d.exe", + "hash": "aca25c60be732356d290d57a216d6f8dc0cc22c893d12b653cc64bd630f450ae" } }, "bin": "k3d.exe",