{
    "version": "1.3.4",
    "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.4/eget-1.3.4-windows_amd64.zip",
            "hash": "27ffb63d5e2e17a829653a4c65a9412fe45fae2be56478167e3b89aaa8ffe899",
            "extract_dir": "eget-1.3.4-windows_amd64"
        },
        "32bit": {
            "url": "https://github.com/zyedidia/eget/releases/download/v1.3.4/eget-1.3.4-windows_386.zip",
            "hash": "7b8c993a663dee00b4e46d0e562300984e041733b3c0da97d0369e74ffc8dc04",
            "extract_dir": "eget-1.3.4-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"
            }
        }
    }
}
