{
    "version": "2.34.0",
    "description": "Disk Usage Analyzer",
    "homepage": "https://github.com/Byron/dua-cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Byron/dua-cli/releases/download/v2.34.0/dua-v2.34.0-x86_64-pc-windows-msvc.zip",
            "hash": "abbd93e4d8eaf4d1b9181310a0240e37fc3d3e107a70870289125c0171fefca9",
            "extract_dir": "dua-v2.34.0-x86_64-pc-windows-msvc"
        },
        "32bit": {
            "url": "https://github.com/Byron/dua-cli/releases/download/v2.34.0/dua-v2.34.0-i686-pc-windows-msvc.zip",
            "hash": "bbac5ddf74c3aefde008ba4dfa8c773c9cd35f47ce4c3d96fa08c6998fa58d45",
            "extract_dir": "dua-v2.34.0-i686-pc-windows-msvc"
        }
    },
    "bin": "dua.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-x86_64-pc-windows-msvc.zip",
                "extract_dir": "dua-v$version-x86_64-pc-windows-msvc"
            },
            "32bit": {
                "url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-i686-pc-windows-msvc.zip",
                "extract_dir": "dua-v$version-i686-pc-windows-msvc"
            }
        }
    }
}
