dust: Update to version 0.5.4

This commit is contained in:
Jakub Čábera 2021-01-16 20:19:30 +01:00
parent 775dd99c4c
commit bfda1b2381

View File

@ -1,18 +1,18 @@
{ {
"version": "0.5.3", "version": "0.5.4",
"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.5.3/dust-v0.5.3-x86_64-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-x86_64-pc-windows-msvc.zip",
"hash": "4a99742497fd5950855323825257f639928e363db65478bfbadf7e3be873c548", "hash": "27a519e6e93fea4f7c0c53cefd145a9fd6d1cd13b57e8eac5b30169e639d4cc3",
"extract_dir": "dust-v0.5.3-x86_64-pc-windows-msvc" "extract_dir": "dust-v0.5.4-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/bootandy/dust/releases/download/v0.5.3/dust-v0.5.3-i686-pc-windows-msvc.zip", "url": "https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-i686-pc-windows-msvc.zip",
"hash": "103102d57064964782e0ee9bcbf30384059a9189183135b624ce2bf5e63be734", "hash": "9377c80a21d276a36a6c17419b51f5dfa0f588ab71e5de1806ecb98867de5e9d",
"extract_dir": "dust-v0.5.3-i686-pc-windows-msvc" "extract_dir": "dust-v0.5.4-i686-pc-windows-msvc"
} }
}, },
"bin": "dust.exe", "bin": "dust.exe",