2025-06-04 20:26:16 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.2.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/v1.2.1/dust-v1.2.1-x86_64-pc-windows-msvc.zip",
"hash": "01c7cf0f5b70318eb25bec9b76328915b0c4546671da642d9fe9b244ac349136",
"extract_dir": "dust-v1.2.1-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v1.2.1/dust-v1.2.1-i686-pc-windows-msvc.zip",
"hash": "acc067a3d0c266d6c940cfdf85221267a6cc967351cef9301e7f9167e7aecef7",
"extract_dir": "dust-v1.2.1-i686-pc-windows-msvc"
}
},
"bin": "dust.exe",
"checkver": "github",
"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"
}
}
}
}