2023-03-14 12:32:14 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.8.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.8.5/dust-v0.8.5-x86_64-pc-windows-msvc.zip",
"hash": "c7314229a2ed95fdb872b6b23fcd5e3b684902255271486e34d9f3f1ea68165e",
"extract_dir": "dust-v0.8.5-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.5/dust-v0.8.5-i686-pc-windows-msvc.zip",
"hash": "c7b4eee308e844ea9e793dcea9192957be969822323e31fc36e69ca93f46cab1",
"extract_dir": "dust-v0.8.5-i686-pc-windows-msvc"
}
},
"bin": "dust.exe",
"checkver": {
"url": "https://api.github.com/repos/bootandy/dust/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"
}
}
}
}