2021-07-14 01:00:41 +00:00

24 lines
820 B
JSON

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