2023-07-06 08:29:02 +00:00

22 lines
730 B
JSON

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