From 648128d72a6ca08925fa3a0ec9862658517d07fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:26:32 +0000 Subject: [PATCH] kondo: Update to version 0.8 --- bucket/kondo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kondo.json b/bucket/kondo.json index 0cedd7e66a..f904f41648 100644 --- a/bucket/kondo.json +++ b/bucket/kondo.json @@ -1,12 +1,12 @@ { - "version": "0.7", + "version": "0.8", "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.7/kondo-x86_64-pc-windows-msvc.zip", - "hash": "4a60eeb086ca99c83ca3afeed7092aa74e2ed6734fdb63419731049e514c87fc" + "url": "https://github.com/tbillington/kondo/releases/download/v0.8/kondo-x86_64-pc-windows-msvc.zip", + "hash": "36fb33d71ce6896bfbc0a5f26809ad1be986efe9c5c887ba9d3955d8cdee7895" } }, "bin": "kondo.exe",