2022-08-23 12:31:19 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.8.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.8.2/dust-v0.8.2-x86_64-pc-windows-msvc.zip",
"hash": "f1cab6b95d590fce0d41f333388dea9e859cdc0b1846ecc4839569ccf02fbdd1",
"extract_dir": "dust-v0.8.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.2/dust-v0.8.2-i686-pc-windows-msvc.zip",
"hash": "4b53e0e26b3dd22256e8d825f322932b1251843583eb65f69974d22f70febac9",
"extract_dir": "dust-v0.8.2-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"
}
}
}
}