2021-07-25 03:00:23 +00:00

24 lines
820 B
JSON

{
"version": "2.14.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.14.3/dua-v2.14.3-x86_64-pc-windows-msvc.zip",
"hash": "cadfb0cc8f9a3b39416d98197b45ee78ac12fab27a73c046cce7ce08a17f3503",
"extract_dir": "dua-v2.14.3-x86_64-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"
}
}
}
}