{
    "version": "1.11.1",
    "description": "A rewrite of the old legacy software 'depends.exe' in C# for Windows devs to troubleshoot dll load dependencies issues.",
    "homepage": "https://github.com/lucasg/Dependencies",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip",
            "hash": "7d22dc00f1c09fd4415d48ad74d1cf801893e83b9a39944b0fce6dea7ceaea99"
        },
        "32bit": {
            "url": "https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x86_Release.zip",
            "hash": "3e6bc62b4163c4e8035e8a597515c116343fcb76fa4315317c3cafe0bdc9e257"
        }
    },
    "bin": [
        "Dependencies.exe",
        "DependenciesGui.exe"
    ],
    "shortcuts": [
        [
            "DependenciesGui.exe",
            "Dependencies GUI"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lucasg/Dependencies/releases/download/v$version/Dependencies_x64_Release.zip"
            },
            "32bit": {
                "url": "https://github.com/lucasg/Dependencies/releases/download/v$version/Dependencies_x86_Release.zip"
            }
        }
    }
}
