2023-03-12 08:28:05 +00:00

22 lines
730 B
JSON

{
"version": "0.6",
"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.6/kondo-x86_64-pc-windows-msvc.zip",
"hash": "79306c6341c063623e04975776165a90a44271a67dbb337edc07b817501d4a8d"
}
},
"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"
}
}
}
}