{
    "version": "11.0.22",
    "description": "Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies",
    "homepage": "https://tomcat.apache.org",
    "license": "Apache-2.0",
    "suggest": {
        "JDK": "java/openjdk"
    },
    "architecture": {
        "64bit": {
            "url": "https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.22/bin/apache-tomcat-11.0.22-windows-x64.zip",
            "hash": "sha512:720cce76636ed1ace5cdaa5fd1918184b799ef8f68ddaa74ee5d44d0b8939c6ccb47cd69f490393b593b6950431aa0ad0621dcdcb026e7c1f764233571088317"
        }
    },
    "extract_dir": "apache-tomcat-11.0.22",
    "bin": "bin\\catalina.bat",
    "env_set": {
        "CATALINA_HOME": "$dir",
        "CATALINA_BASE": "$dir"
    },
    "persist": [
        "conf",
        "webapps"
    ],
    "checkver": {
        "url": "https://archive.apache.org/dist/tomcat/tomcat-11/?C=M;O=D",
        "regex": "v([\\d.]+)/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://archive.apache.org/dist/tomcat/tomcat-$majorVersion/v$version/bin/apache-tomcat-$version-windows-x64.zip"
            }
        },
        "hash": {
            "url": "$url.sha512"
        },
        "extract_dir": "apache-tomcat-$version"
    }
}
