2021-01-28 22:05:22 +01:00

26 lines
876 B
JSON

{
"version": "2.10.10",
"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.10.10/dua-v2.10.10-x86_64-pc-windows-msvc.zip",
"hash": "d2e5805b0bba85e0432330f741b0b4bf632ac5de839d8e650ec01a8edf93d6c3",
"extract_dir": "dua-v2.10.10-x86_64-pc-windows-msvc"
}
},
"bin": "dua.exe",
"checkver": {
"github": "https://github.com/Byron/dua-cli"
},
"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"
}
}
}
}