2024-11-03 16:29:01 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.29.4",
"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.4/dua-v2.29.4-x86_64-pc-windows-msvc.zip",
"hash": "87afccdfc3dca68daf71dbd3215fd09c3677256eace9fbb3eb33a1bcc6998959",
"extract_dir": "dua-v2.29.4-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.29.4/dua-v2.29.4-i686-pc-windows-msvc.zip",
"hash": "efb92b6f3c9c9afbd65c2a578223409950c0168f642c5c5fa4d9c08196ce164a",
"extract_dir": "dua-v2.29.4-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"
}
}
}
}