{
    "homepage": "https://hyper.is",
    "description": "A terminal built on web technologies",
    "version": "3.0.1-canary.4",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zeit/hyper/releases/download/3.0.1-canary.4/hyper-3.0.1-canary4-full.nupkg",
            "hash": "sha1:921e7106ba4c521c55adafc89eb41dc8c704f45e"
        }
    },
    "extract_dir": "lib\\net45",
    "bin": "resources\\bin\\hyper.cmd",
    "shortcuts": [
        [
            "hyper.exe",
            "Hyper"
        ]
    ],
    "checkver": {
        "url": "https://github.com/zeit/hyper/releases",
        "regex": "Pre-release[\\S\\s]+?tree/([\\d.]+-canary\\.(?<pre>\\d+))"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zeit/hyper/releases/download/$version/hyper-$matchHead-canary$matchPre-full.nupkg",
                "hash": {
                    "url": "$baseurl/RELEASES"
                }
            }
        }
    }
}
