{
    "version": "5.5.0",
    "description": "A powerful, efficient, lightweight, embeddable scripting language",
    "homepage": "http://www.lua.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": [
                "https://joedf.github.io/LuaBuilds/hdata/lua-5.5.0_Win64_bin.zip",
                "https://joedf.github.io/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
            ],
            "hash": [
                "bc55fb2ddfd61bbc7336a3e7d0bd0ce247555979c9b1e553f8659e32e437643e",
                "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
            ]
        },
        "32bit": {
            "url": [
                "https://joedf.github.io/LuaBuilds/hdata/lua-5.5.0_Win32_bin.zip",
                "https://joedf.github.io/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
            ],
            "hash": [
                "89a4ce68d0e15adf4e53a6025da0c30c40301fb1277b0302119db260d4f3b1e5",
                "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
            ]
        }
    },
    "bin": [
        "lua.exe",
        "luac.exe"
    ],
    "checkver": {
        "url": "https://joedf.github.io/LuaBuilds/",
        "regex": "Lua ([\\d.]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://joedf.github.io/LuaBuilds/hdata/lua-$version_Win64_bin.zip"
            },
            "32bit": {
                "url": "https://joedf.github.io/LuaBuilds/hdata/lua-$version_Win32_bin.zip"
            }
        }
    }
}
