{
    "version": "0.70b",
    "description": "One of the biggest and most reliable peer-to-peer file sharing clients around the world.",
    "homepage": "https://www.emule-project.net/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/irwir/eMule/releases/download/eMule_v0.70b-community/eMule0.70b_x64.zip",
            "hash": "f21a078bfb46df1c87124cd91b545f92949a54795c615639e2cd647749b0235d"
        },
        "32bit": {
            "url": "https://github.com/irwir/eMule/releases/download/eMule_v0.70b-community/eMule0.70b.zip",
            "hash": "cd35dc3f41e5add864ef535ec382b969d05bb6cee19731deca355978a6832279"
        }
    },
    "extract_dir": "eMule0.70b",
    "bin": "emule.exe",
    "shortcuts": [
        [
            "emule.exe",
            "eMule"
        ]
    ],
    "checkver": {
        "github": "https://github.com/irwir/eMule",
        "regex": "eMule v(([\\d\\.]+)[a-z])"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/irwir/eMule/releases/download/eMule_v$version-community/eMule$version_x64.zip"
            },
            "32bit": {
                "url": "https://github.com/irwir/eMule/releases/download/eMule_v$version-community/eMule$version.zip"
            }
        },
        "extract_dir": "eMule$version"
    }
}
