2020-08-02 21:24:19 +02:00

33 lines
1.3 KiB
JSON

{
"version": "0.5.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.5.2/dust-v0.5.2-x86_64-pc-windows-msvc.zip",
"hash": "a33307042caaba68fd8705561ad417f2b0217357201523fff70263d0e65fb50c",
"extract_dir": "dust-v0.5.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.5.2/dust-v0.5.2-i686-pc-windows-msvc.zip",
"hash": "a91972920247c7dd91d789d57a43152413684ae735910a0ada56cf5fad0875ed",
"extract_dir": "dust-v0.5.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"
}
}
}
}