{
    "version": "0.70a",
    "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.70a-community/eMule0.70a_x64.zip",
            "hash": "9d372bf6a4ef35bc621360ba00925043118c9a98b81373d8827355bcc1e75b0a"
        },
        "32bit": {
            "url": "https://github.com/irwir/eMule/releases/download/eMule_v0.70a-community/eMule0.70a.zip",
            "hash": "2f8b55e1becd3a62a110c0b10535ca0938a2059a39ab46dd09dc141dcae40c78"
        }
    },
    "extract_dir": "eMule0.70a",
    "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"
    }
}
