{
    "version": "6.3.1",
    "description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
    "homepage": "https://www.mercurial-scm.org/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3.1-x64.exe",
            "hash": "be8bbadc156ad7f3bc46d7787d1eb681231cbe34c04c473becc2f9a69d2a09ee"
        },
        "32bit": {
            "url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3.1-x86.exe",
            "hash": "e2bec8a6b9bbe97c80fc16994920d25503cd8fcd53191f087f99d30fb1e354fc"
        }
    },
    "innosetup": true,
    "bin": "hg.exe",
    "checkver": {
        "url": "https://www.mercurial-scm.org/release/windows/latest.dat",
        "regex": "Mercurial-([\\w.]+)-x"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x64.exe"
            },
            "32bit": {
                "url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x86.exe"
            }
        }
    }
}
