From f3d8537d94000880c07532e589a6c0e334b8009d Mon Sep 17 00:00:00 2001 From: ivaquero <46377665+ivaquero@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:11:34 +0800 Subject: [PATCH] kondo: Add version 0.5 (#4258) * kondo: add 0.5 * kondo: add newline --- bucket/kondo.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/kondo.json diff --git a/bucket/kondo.json b/bucket/kondo.json new file mode 100644 index 0000000000..5318d3a4b2 --- /dev/null +++ b/bucket/kondo.json @@ -0,0 +1,21 @@ +{ + "version": "0.5", + "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.5/kondo-x86_64-pc-windows-msvc.zip", + "hash": "a40cd3b3a76c394cc420d684c30ee18e18c1405b6da95a6acf9464934bdac9f2" + } + }, + "bin": "kondo.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tbillington/kondo/releases/download/v$version/kondo-x86_64-pc-windows-msvc.zip" + } + } + } +}