2024-07-17 00:34:09 +00:00

36 lines
1.5 KiB
JSON

{
"version": "1.1.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/v1.1.0/dust-v1.1.0-x86_64-pc-windows-msvc.zip",
"hash": "7fe34e5f94afe84393ce2487db7f4524e9c1cfdd5cd547ef30210202ec3ae11f",
"extract_dir": "dust-v1.1.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v1.1.0/dust-v1.1.0-i686-pc-windows-msvc.zip",
"hash": "2093cd1d2fd9747b07560632837bc3005879674f35898a8b658c6eb1a64731ef",
"extract_dir": "dust-v1.1.0-i686-pc-windows-msvc"
}
},
"bin": "dust.exe",
"checkver": {
"url": "https://api.github.com/repositories/125563061/releases",
"regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
},
"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"
}
}
}
}