2024-01-22 16:27:12 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.27.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.27.2/dua-v2.27.2-x86_64-pc-windows-msvc.zip",
"hash": "bbe8a79cf6948c783b4eac2be63e51f97a01a9b981f8acdf7b679df944c31847",
"extract_dir": "dua-v2.27.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.27.2/dua-v2.27.2-i686-pc-windows-msvc.zip",
"hash": "614c47da2e40dea250a3d0a1d771812850e970977099a593b1f4ea3c1f8c5bd3",
"extract_dir": "dua-v2.27.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"
}
}
}
}