mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
22 lines
730 B
JSON
22 lines
730 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|