2026-01-05 20:36:03 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.33.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.33.0/dua-v2.33.0-x86_64-pc-windows-msvc.zip",
"hash": "24caf507e3b07b4e8a69c6182d7585129a1020aeaa76545fd5de536978b22ac3",
"extract_dir": "dua-v2.33.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.33.0/dua-v2.33.0-i686-pc-windows-msvc.zip",
"hash": "5709eb0b95aff758a535ba485b00890db5824ed7e90232127dc4c68485fd8e1f",
"extract_dir": "dua-v2.33.0-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"
}
}
}
}