2023-01-25 02:51:22 +05:30

33 lines
1.3 KiB
JSON

{
"version": "2.19.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.19.0/dua-v2.19.0-x86_64-pc-windows-msvc.zip",
"hash": "bda95909a3bcb7cef74416a7862a323ee0015914dec433d348167e0792f236b8",
"extract_dir": "dua-v2.19.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.19.0/dua-v2.19.0-i686-pc-windows-msvc.zip",
"hash": "617bfb7b152d4c9c3a42cd85170203b3de2130b538cdd685a177c55a82554f0d",
"extract_dir": "dua-v2.19.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"
}
}
}
}