mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.30.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.30.1/dua-v2.30.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ec2ce2ed27e098e117bda12e1a1c262477134ea1ed5f96da20d8bf6cdfc10707",
|
|
"extract_dir": "dua-v2.30.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Byron/dua-cli/releases/download/v2.30.1/dua-v2.30.1-i686-pc-windows-msvc.zip",
|
|
"hash": "2a0b41f387c9516f98675d4c75e43b1df77effc88d11ed9f169cd4ab116a7181",
|
|
"extract_dir": "dua-v2.30.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|