2023-12-24 12:29:37 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.24.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.24.0/dua-v2.24.0-x86_64-pc-windows-msvc.zip",
"hash": "f4ff640347de5210203977bf503c578a0f1158de37fa6bb939700cd7b414315e",
"extract_dir": "dua-v2.24.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.24.0/dua-v2.24.0-i686-pc-windows-msvc.zip",
"hash": "6907570e861781cd4133e77cae115296ce5fbfc73064f5dfde188f265f2217da",
"extract_dir": "dua-v2.24.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"
}
}
}
}