{
    "version": "29.2",
    "description": "An extensible, customizable, free/libre text editor.",
    "homepage": "https://www.gnu.org/software/emacs/",
    "license": "GPL-3.0-or-later",
    "notes": "For 32-bit version, install 'versions/emacs27.2'",
    "architecture": {
        "64bit": {
            "url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.2.zip",
            "hash": "8ed43e89d47489460e6e7d51d3bd2b083e88511d6d808698f7a763e2769e7378"
        }
    },
    "bin": [
        "bin\\runemacs.exe",
        "bin\\emacs.exe",
        "bin\\emacsclientw.exe",
        "bin\\etags.exe",
        "bin\\ctags.exe"
    ],
    "shortcuts": [
        [
            "bin\\runemacs.exe",
            "Emacs"
        ],
        [
            "bin\\emacsclientw.exe",
            "Emacs Client",
            "-c -n -a \"\""
        ]
    ],
    "checkver": "Emacs ([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version.zip"
            }
        }
    }
}
