2022-12-13 20:26:13 +00:00

24 lines
820 B
JSON

{
"version": "2.19.0",
"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.0/dua-v2.19.0-x86_64-pc-windows-msvc.zip",
"hash": "bda95909a3bcb7cef74416a7862a323ee0015914dec433d348167e0792f236b8",
"extract_dir": "dua-v2.19.0-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"
}
}
}
}