2025-10-28 08:30:47 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.32.2",
"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.32.2/dua-v2.32.2-x86_64-pc-windows-msvc.zip",
"hash": "24dc26e87c09c21926be2223e2daa880150b806a05ee4199913acb9a348e62b4",
"extract_dir": "dua-v2.32.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.32.2/dua-v2.32.2-i686-pc-windows-msvc.zip",
"hash": "80f42c40b8f5b3f3be83a77c456f50fef89f29b6b8131e4e6e26b1278b399dec",
"extract_dir": "dua-v2.32.2-i686-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"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "dua-v$version-i686-pc-windows-msvc"
}
}
}
}