2021-09-19 13:00:36 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.7.5",
"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.7.5/dust-v0.7.5-x86_64-pc-windows-msvc.zip",
"hash": "e202d0d94663341e1f4eed01aad6414c3979958e469cffa9fe19ab417bfdc2b4",
"extract_dir": "dust-v0.7.5-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.7.5/dust-v0.7.5-i686-pc-windows-msvc.zip",
"hash": "a2803b4fafe55a7e72f59cfd7a90f130f08d7030706c52b9f3f06cd45a8128a8",
"extract_dir": "dust-v0.7.5-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"
}
}
}
}