2024-01-10 04:26:39 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.9.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.9.0/dust-v0.9.0-x86_64-pc-windows-msvc.zip",
"hash": "f1f4681a4306d011052399e67b9c1168bb9d363cdaefbd00a0a1260482f7fcfc",
"extract_dir": "dust-v0.9.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.9.0/dust-v0.9.0-i686-pc-windows-msvc.zip",
"hash": "8b6149e5dfa8aa5f26618e71360a4c4ce5ee14effc51827d5234adedae31e3c6",
"extract_dir": "dust-v0.9.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"
}
}
}
}