2023-11-21 16:28:22 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.20.3",
"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.20.3/dua-v2.20.3-x86_64-pc-windows-msvc.zip",
"hash": "5a49f97e7faccf38b8f55ffc5b2b4de7acd365646b21353e49f26e0da2c6f8d5",
"extract_dir": "dua-v2.20.3-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.20.3/dua-v2.20.3-i686-pc-windows-msvc.zip",
"hash": "57ed30c73b1ea8988df1ea53f0e1fadd55c46536f385bbf7bfbc496647c5bbca",
"extract_dir": "dua-v2.20.3-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"
}
}
}
}