{
    "version": "1.29.2.1",
    "description": "Dynamic web platform based on NGINX and LuaJIT.",
    "homepage": "https://openresty.org",
    "license": "BSD-2-Clause",
    "notes": [
        "Use '-p $PWD' to specify current directory when running OpenResty.",
        "(Alternately, see documentation by running 'scoop home openresty'.)",
        "'resty' and 'restydoc' command-line utilities require 'perl'"
    ],
    "suggest": {
        "Perl": "perl"
    },
    "architecture": {
        "64bit": {
            "url": "https://openresty.org/download/openresty-1.29.2.1-win64.zip",
            "hash": "44586213135d21aa2c48eec533b4c207bdfecda53bd9b6d5563f1aac544aca4b",
            "extract_dir": "openresty-1.29.2.1-win64"
        },
        "32bit": {
            "url": "https://openresty.org/download/openresty-1.29.2.1-win32.zip",
            "hash": "2be373fc3bd5402fe0ec526d481a0cce7f3f9291f6998c0aa62411fb886004cb",
            "extract_dir": "openresty-1.29.2.1-win32"
        }
    },
    "bin": [
        [
            "nginx.exe",
            "openresty"
        ],
        "resty.bat",
        "restydoc.bat",
        "restydoc-index.bat"
    ],
    "persist": [
        "conf",
        "html",
        "logs"
    ],
    "checkver": {
        "url": "https://openresty.org/en/download.html",
        "regex": "openresty-([\\d.]+)-win"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://openresty.org/download/openresty-$version-win64.zip",
                "extract_dir": "openresty-$version-win64"
            },
            "32bit": {
                "url": "https://openresty.org/download/openresty-$version-win32.zip",
                "extract_dir": "openresty-$version-win32"
            }
        }
    }
}
