dust: Update to version 1.1.1

This commit is contained in:
github-actions[bot] 2024-07-18 00:34:20 +00:00
parent 8500ad33f5
commit 7c4129c64d

View File

@ -1,18 +1,18 @@
{ {
"version": "1.1.0", "version": "1.1.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/v1.1.0/dust-v1.1.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v1.1.1/dust-v1.1.1-x86_64-pc-windows-msvc.zip",
"hash": "7fe34e5f94afe84393ce2487db7f4524e9c1cfdd5cd547ef30210202ec3ae11f", "hash": "022487b773a7e5eba15a407029d9b61d3b1796d2b8fa0f555df764122d42001a",
"extract_dir": "dust-v1.1.0-x86_64-pc-windows-msvc" "extract_dir": "dust-v1.1.1-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v1.1.0/dust-v1.1.0-i686-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v1.1.1/dust-v1.1.1-i686-pc-windows-msvc.zip",
"hash": "2093cd1d2fd9747b07560632837bc3005879674f35898a8b658c6eb1a64731ef", "hash": "801c1da187134dba2cd1ed08d8b142fd6ae813f51c57abc4a398973e22ad65f4",
"extract_dir": "dust-v1.1.0-i686-pc-windows-msvc" "extract_dir": "dust-v1.1.1-i686-pc-windows-msvc"
} }
}, },
"bin": "dust.exe", "bin": "dust.exe",