mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.28.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.28.0/dua-v2.28.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0e300c3e0f53aadb1a9ab721436f59290430bc84a6451604d2bd0f67d145db91",
|
|
"extract_dir": "dua-v2.28.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Byron/dua-cli/releases/download/v2.28.0/dua-v2.28.0-i686-pc-windows-msvc.zip",
|
|
"hash": "40aad37329b61fb5248e43955fce2f7f756fa478e1826935f861ea8a1141783d",
|
|
"extract_dir": "dua-v2.28.0-i686-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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "dua-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|