dust: Update to version 0.8.1

This commit is contained in:
github-actions[bot] 2022-07-14 08:29:58 +00:00
parent 4cebf4c1c7
commit 1e3a9d8b23

View File

@ -1,18 +1,18 @@
{ {
"version": "0.8.0", "version": "0.8.1",
"description": "du(1) - File space usage analyzer", "description": "du(1) - File space usage analyzer",
"homepage": "https://github.com/bootandy/dust", "homepage": "https://github.com/bootandy/dust",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-x86_64-pc-windows-msvc.zip",
"hash": "3d7b671e382d172d54342de78208aac3a6df262bee15b53d4dd551bff2e80274", "hash": "4fff19022c3bf2d49a4736351743529c593cfe5330677083a5756a905b792caf",
"extract_dir": "dust-v0.8.0-x86_64-pc-windows-msvc" "extract_dir": "dust-v0.8.1-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-i686-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-i686-pc-windows-msvc.zip",
"hash": "b3a57efaaa12380bc504ab69b20a83ed9d52583b614cbbbd7d71374f6b70f172", "hash": "1116fced0ad8d70afb0351494b6f99633557a1981bd9318c27f3240bf3572d4b",
"extract_dir": "dust-v0.8.0-i686-pc-windows-msvc" "extract_dir": "dust-v0.8.1-i686-pc-windows-msvc"
} }
}, },
"bin": "dust.exe", "bin": "dust.exe",