From c35ddce8c8a3cafcf5fc7828b0a562f044f290f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:29:02 +0000 Subject: [PATCH] kondo: Update to version 0.7 --- bucket/kondo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kondo.json b/bucket/kondo.json index e593682088..0cedd7e66a 100644 --- a/bucket/kondo.json +++ b/bucket/kondo.json @@ -1,12 +1,12 @@ { - "version": "0.6", + "version": "0.7", "description": "Save disk space by cleaning non-essential files from software projects.", "homepage": "https://github.com/tbillington/kondo", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tbillington/kondo/releases/download/v0.6/kondo-x86_64-pc-windows-msvc.zip", - "hash": "79306c6341c063623e04975776165a90a44271a67dbb337edc07b817501d4a8d" + "url": "https://github.com/tbillington/kondo/releases/download/v0.7/kondo-x86_64-pc-windows-msvc.zip", + "hash": "4a60eeb086ca99c83ca3afeed7092aa74e2ed6734fdb63419731049e514c87fc" } }, "bin": "kondo.exe",