kondo: Add version 0.5 (#4258)

* kondo: add 0.5

* kondo: add newline
This commit is contained in:
ivaquero 2022-12-23 16:11:34 +08:00 committed by GitHub
parent 38c850d3e6
commit f3d8537d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/kondo.json Normal file
View File

@ -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"
}
}
}
}