{
    "version": "1.25.3.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.25.3.1-win64.zip",
            "hash": "523306701a42b58c3fcff3d6c7a0c1dc58a2595f05e60ad18f88270a30769dad",
            "extract_dir": "openresty-1.25.3.1-win64"
        },
        "32bit": {
            "url": "https://openresty.org/download/openresty-1.25.3.1-win32.zip",
            "hash": "59ad6609c66480e067c533b2fc6fcd2cda9446f27af4f8c8df392c4316853393",
            "extract_dir": "openresty-1.25.3.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"
            }
        }
    }
}
