2023-12-27 04:25:39 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.24.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.24.2/dua-v2.24.2-x86_64-pc-windows-msvc.zip",
"hash": "4d3a2beb732af0f059781f44f73622e74ea94a33faf2336ffb5c6dd7c8869e46",
"extract_dir": "dua-v2.24.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.24.2/dua-v2.24.2-i686-pc-windows-msvc.zip",
"hash": "b5f1cfb9ec5c8639eea994e6e897e981985846df0907afafbe0c57c27784add6",
"extract_dir": "dua-v2.24.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"
}
}
}
}