dust: Update to version 0.6.0

This commit is contained in:
Richard Kuhnt 2021-06-23 09:00:42 +00:00
parent 8e2d9ca00f
commit b6d858e9ff

View File

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