2021-06-23 09:00:42 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.6.0",
"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.0/dust-v0.6.0-x86_64-pc-windows-msvc.zip",
"hash": "7520bdbb5fca9da031481a951f6c3e0869ff46c0cb6c170da9ef0073434137af",
"extract_dir": "dust-v0.6.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.6.0/dust-v0.6.0-i686-pc-windows-msvc.zip",
"hash": "98e4087e823efcc56afc52e5d9b7e0b7b07470592e6316163a35a3eca6f23b12",
"extract_dir": "dust-v0.6.0-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"
}
}
}
}