dust: Update to version 0.8.3

This commit is contained in:
github-actions[bot] 2022-09-01 00:33:40 +00:00
parent 93a21dcd40
commit 051df2a483

View File

@ -1,18 +1,18 @@
{ {
"version": "0.8.2", "version": "0.8.3",
"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.2/dust-v0.8.2-x86_64-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.8.3/dust-v0.8.3-x86_64-pc-windows-msvc.zip",
"hash": "f1cab6b95d590fce0d41f333388dea9e859cdc0b1846ecc4839569ccf02fbdd1", "hash": "f85d6daf505f4ff447349f741d8a27c79e2461535adc082938639dcd76685909",
"extract_dir": "dust-v0.8.2-x86_64-pc-windows-msvc" "extract_dir": "dust-v0.8.3-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.8.2/dust-v0.8.2-i686-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.8.3/dust-v0.8.3-i686-pc-windows-msvc.zip",
"hash": "4b53e0e26b3dd22256e8d825f322932b1251843583eb65f69974d22f70febac9", "hash": "269899b20f984dfbab3933ad70766f217f93b2a92cb0b27129354782770ade1d",
"extract_dir": "dust-v0.8.2-i686-pc-windows-msvc" "extract_dir": "dust-v0.8.3-i686-pc-windows-msvc"
} }
}, },
"bin": "dust.exe", "bin": "dust.exe",