2023-02-23 08:28:45 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.19.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.19.2/dua-v2.19.2-x86_64-pc-windows-msvc.zip",
"hash": "79960aed1c8ee4690b8533c0ef7ad3b8899411f8367c8a5a8d9618b607c75809",
"extract_dir": "dua-v2.19.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.19.2/dua-v2.19.2-i686-pc-windows-msvc.zip",
"hash": "a1e299541d5056b44d71f1174f43e072c1d8da6c6df358b136d593a66b64b644",
"extract_dir": "dua-v2.19.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"
}
}
}
}