{
    "version": "1.0.0-rc3",
    "description": "Lets you build, deploy, and manage AWS Lambda functions.",
    "homepage": "http://apex.run/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_amd64.tar.gz",
            "hash": "0922b7760a5d2a5f1f36006834693680ad6398436cb019c1be410aa87a1efbe5"
        },
        "32bit": {
            "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_386.tar.gz",
            "hash": "b7c3d48216304d90a2d3b714672caaa377b18f84f1c32dcd0464d53c51b82607"
        }
    },
    "notes": "This is a pre-release version (release candidate)!",
    "bin": "apex.exe",
    "checkver": {
        "github": "https://github.com/apex/apex",
        "regex": ">v([a-z\\d.-]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/apex/apex/releases/download/v$version/apex_$version_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/apex/apex/releases/download/v$version/apex_$version_windows_386.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/apex_$version_checksums.txt"
        }
    }
}
