2021-05-29 06:00:17 +00:00

24 lines
820 B
JSON

{
"version": "2.12.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.12.0/dua-v2.12.0-x86_64-pc-windows-msvc.zip",
"hash": "23867fd0f5a6bb94e74d2c1cfc5c2835bef222a83ea13984df9215f1952fa249",
"extract_dir": "dua-v2.12.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"
}
}
}
}