{
    "version": "3.4.1",
    "description": "A terminal built on web technologies",
    "homepage": "https://hyper.is",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vercel/hyper/releases/download/v3.4.1/Hyper-Setup-3.4.1.exe#/dl.7z",
            "hash": "sha512:bcf6155ca67859fc6565d16fe6c68ab279a379f800b3dca10764068d6dd15d70ba31b60d4be5d042036c5a59fa36f2b5cbfd0b67a041aabdfa9401e7b71cec3e",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "bin": "resources\\bin\\hyper.cmd",
    "shortcuts": [
        [
            "hyper.exe",
            "Hyper"
        ]
    ],
    "checkver": {
        "github": "https://github.com/zeit/hyper"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vercel/hyper/releases/download/v$version/Hyper-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
