2025-09-15 04:30:25 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.32.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.32.0/dua-v2.32.0-x86_64-pc-windows-msvc.zip",
"hash": "eb697c75361479c1e645cc4d7bb54bf83d6900e79159d308e5b363c36c0babe4",
"extract_dir": "dua-v2.32.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.32.0/dua-v2.32.0-i686-pc-windows-msvc.zip",
"hash": "ae7ac78e6cc44ac39aa49f1ae7cb90d52d6d56c547f81f88ee5f4f96bf12243e",
"extract_dir": "dua-v2.32.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"
}
}
}
}