2026-01-23 08:31:19 +00:00

22 lines
730 B
JSON

{
"version": "0.9",
"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.9/kondo-x86_64-pc-windows-msvc.zip",
"hash": "4c70e7de85bfaf1b66de931654e9943681af42b093cd591530fc0dd4cc4a0f88"
}
},
"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"
}
}
}
}