dua: Add version 2.10.10

This commit is contained in:
Richard Kuhnt 2021-01-28 22:05:22 +01:00
parent 678b6e5c1e
commit 2f49018ac5

25
bucket/dua.json Normal file
View File

@ -0,0 +1,25 @@
{
"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"
}
}
}
}