2021-12-27 04:29:28 +00:00

24 lines
820 B
JSON

{
"version": "2.15.0",
"description": "Disk Usage Analyzer",
"homepage": "https://github.com/Byron/dua-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.15.0/dua-v2.15.0-x86_64-pc-windows-msvc.zip",
"hash": "f311557d3d740a93d19bd0fd252009a4fab7cec3962357c5a1b4ea679a567eaf",
"extract_dir": "dua-v2.15.0-x86_64-pc-windows-msvc"
}
},
"bin": "dua.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "dua-v$version-x86_64-pc-windows-msvc"
}
}
}
}