2021-01-16 20:19:30 +01:00

33 lines
1.3 KiB
JSON

{
"version": "0.5.4",
"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.5.4/dust-v0.5.4-x86_64-pc-windows-msvc.zip",
"hash": "27a519e6e93fea4f7c0c53cefd145a9fd6d1cd13b57e8eac5b30169e639d4cc3",
"extract_dir": "dust-v0.5.4-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-i686-pc-windows-msvc.zip",
"hash": "9377c80a21d276a36a6c17419b51f5dfa0f588ab71e5de1806ecb98867de5e9d",
"extract_dir": "dust-v0.5.4-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"
}
}
}
}