mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.23.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.23.0/dua-v2.23.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "00f65c21e9feac595bc6eca0286d7e5a4a093d55d1af68781986931dd6ca6a7e",
|
|
"extract_dir": "dua-v2.23.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Byron/dua-cli/releases/download/v2.23.0/dua-v2.23.0-i686-pc-windows-msvc.zip",
|
|
"hash": "7a8d6040661b2f401fd888451ab657a1fb8926197df6001080e651fb01656ce6",
|
|
"extract_dir": "dua-v2.23.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"
|
|
}
|
|
}
|
|
}
|
|
}
|