{
    "version": "4.8.33.236",
    "description": "Native GNU Midnight Commander for Win32",
    "homepage": "https://midnight-commander.org/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "32bit": {
            "url": "https://github.com/adamyg/mcwin32/releases/download/4.8.33.236/mcwin32-build236-setup.exe",
            "hash": "023fa2f8f4cad2d9d793d0abca208f2957b03db8b0651a1af355b4b4ecb936e4"
        },
        "64bit": {
            "url": "https://github.com/adamyg/mcwin32/releases/download/4.8.33.236/mcwin32-build236-x64-setup.exe",
            "hash": "c7edf10402542d334df7e6ff802e2213d384eafa949a6fa88d3813bd87a8ee04"
        }
    },
    "innosetup": true,
    "bin": "mc.exe",
    "shortcuts": [
        [
            "mc.exe",
            "mc"
        ]
    ],
    "checkver": {
        "github": "https://github.com/adamyg/mcwin32"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/adamyg/mcwin32/releases/download/$version/mcwin32-build$buildVersion-setup.exe"
            },
            "64bit": {
                "url": "https://github.com/adamyg/mcwin32/releases/download/$version/mcwin32-build$buildVersion-x64-setup.exe"
            }
        }
    }
}
