{
    "version": "1.3.3",
    "description": "Easily install prebuilt binaries from GitHub.",
    "homepage": "https://github.com/zyedidia/eget",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zyedidia/eget/releases/download/v1.3.3/eget-1.3.3-windows_amd64.zip",
            "hash": "707fd02e85617bceb527ad02c846d85d6e929270398a6ccadb2b9e2e8213b15b",
            "extract_dir": "eget-1.3.3-windows_amd64"
        },
        "32bit": {
            "url": "https://github.com/zyedidia/eget/releases/download/v1.3.3/eget-1.3.3-windows_386.zip",
            "hash": "9aef1a5af2f56101bcf20a592185044e8342437070b124170e6d043872e0142d",
            "extract_dir": "eget-1.3.3-windows_386"
        }
    },
    "bin": "eget.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zyedidia/eget/releases/download/v$version/eget-$version-windows_amd64.zip",
                "extract_dir": "eget-$version-windows_amd64"
            },
            "32bit": {
                "url": "https://github.com/zyedidia/eget/releases/download/v$version/eget-$version-windows_386.zip",
                "extract_dir": "eget-$version-windows_386"
            }
        }
    }
}
