2023-12-09 12:29:47 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.22.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.22.0/dua-v2.22.0-x86_64-pc-windows-msvc.zip",
"hash": "26ca116c85f6da41b8e3fc02db9fb04eaddffd7274d6af7d914e5749430cbd22",
"extract_dir": "dua-v2.22.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.22.0/dua-v2.22.0-i686-pc-windows-msvc.zip",
"hash": "82f3ca9918f6fcf18776608a6699a71c88754666440a997e1967ea3ab2edcb80",
"extract_dir": "dua-v2.22.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"
}
}
}
}