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.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.30.0/dua-v2.30.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "03926d799703342d644ebe2c4aa7141b5a71cbdbafe4cc3e36c83de32ae3644c",
|
|
"extract_dir": "dua-v2.30.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Byron/dua-cli/releases/download/v2.30.0/dua-v2.30.0-i686-pc-windows-msvc.zip",
|
|
"hash": "6359ceb2b0eec50d1c77f8e95a8fbae8be27750fb0f9d8ef1308ad1442621080",
|
|
"extract_dir": "dua-v2.30.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"
|
|
}
|
|
}
|
|
}
|
|
}
|