2022-07-14 08:29:58 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.8.1",
"description": "du(1) - File space usage analyzer",
"homepage": "https://github.com/bootandy/dust",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-x86_64-pc-windows-msvc.zip",
"hash": "4fff19022c3bf2d49a4736351743529c593cfe5330677083a5756a905b792caf",
"extract_dir": "dust-v0.8.1-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-i686-pc-windows-msvc.zip",
"hash": "1116fced0ad8d70afb0351494b6f99633557a1981bd9318c27f3240bf3572d4b",
"extract_dir": "dust-v0.8.1-i686-pc-windows-msvc"
}
},
"bin": "dust.exe",
"checkver": {
"url": "https://api.github.com/repos/bootandy/dust/releases",
"regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "dust-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "dust-v$version-i686-pc-windows-msvc"
}
}
}
}