2022-07-05 08:29:49 +00:00

24 lines
820 B
JSON

{
"version": "2.17.8",
"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.17.8/dua-v2.17.8-x86_64-pc-windows-msvc.zip",
"hash": "016f9954145a0c023f45c95458d04ab815c6e9b59e904de890da68708ae4ac24",
"extract_dir": "dua-v2.17.8-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"
}
}
}
}