2024-03-10 08:26:13 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.29.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.29.0/dua-v2.29.0-x86_64-pc-windows-msvc.zip",
"hash": "ea70520b91514723901e79bcd77d148470e28ab34692daffe4d6865c039af0e3",
"extract_dir": "dua-v2.29.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.29.0/dua-v2.29.0-i686-pc-windows-msvc.zip",
"hash": "4cacc5cafa0bab34be2878995b79685dc1e3c247df0c2efdfdd71c25838ba021",
"extract_dir": "dua-v2.29.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"
}
}
}
}