2021-08-05 08:00:39 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.6.2",
"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.6.2/dust-v0.6.2-x86_64-pc-windows-msvc.zip",
"hash": "13eabc382764c683f7a5be30f4a29fb6ab29758f8a438db7b1ee19cedcad3239",
"extract_dir": "dust-v0.6.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.6.2/dust-v0.6.2-i686-pc-windows-msvc.zip",
"hash": "d70185ed6bfafcbed58e4286a6c7b0b61c66181056aeda7bb95b11f862804151",
"extract_dir": "dust-v0.6.2-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"
}
}
}
}