mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
24 lines
820 B
JSON
24 lines
820 B
JSON
{
|
|
"version": "2.11.1",
|
|
"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.11.1/dua-v2.11.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "72d74ac84d4bf698ac0391c90f88febd5398bc8253a7439ae1d0515d12145bd2",
|
|
"extract_dir": "dua-v2.11.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|