{
    "version": "0.12.9",
    "description": "Command-line tool for building and testing Emacs Lisp packages",
    "homepage": "https://emacs-eask.github.io/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/emacs-eask/cli/releases/download/0.12.9/eask_0.12.9_win-x64.zip",
            "hash": "56bebbda140bb3ccc3c996495623668f39ab4812682e7c3f1d3afe6ccf5218fd"
        },
        "arm64": {
            "url": "https://github.com/emacs-eask/cli/releases/download/0.12.9/eask_0.12.9_win-arm64.zip",
            "hash": "3f2431b43848c22345ea96eec607f5aae7976a839e143f0829d9abc534ed7716"
        }
    },
    "bin": "eask.exe",
    "checkver": {
        "github": "https://github.com/emacs-eask/cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/emacs-eask/cli/releases/download/$version/eask_$version_win-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/emacs-eask/cli/releases/download/$version/eask_$version_win-arm64.zip"
            }
        }
    }
}
