{
    "version": "9.0.117",
    "description": "Tomcat, an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. (version 9)",
    "homepage": "https://tomcat.apache.org/",
    "license": "Apache-2.0",
    "suggest": {
        "JDK": "java/openjdk"
    },
    "architecture": {
        "64bit": {
            "url": "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.117/bin/apache-tomcat-9.0.117-windows-x64.zip",
            "hash": "sha512:f8b6e8ca5d703fbab508cf09e0e9589f556a80c1ac5e5d3b62ef2e643e7e4598c20b4b6ef9e04a280827dc21199d48d73fa42608396971c5263adee5242d0084"
        },
        "32bit": {
            "url": "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.117/bin/apache-tomcat-9.0.117-windows-x86.zip",
            "hash": "sha512:9fe47ec063b67319b8e4006853947556648a7d8ea5cf07a890a556998710c3b8bb46c385e241fd8cb0e4fdef2ba3a4eab34402cf3cb6fcf38be127f474597eee"
        }
    },
    "extract_dir": "apache-tomcat-9.0.117",
    "env_set": {
        "CATALINA_BASE": "$dir",
        "CATALINA_HOME": "$dir"
    },
    "bin": "bin\\catalina.bat",
    "persist": [
        "conf",
        "webapps"
    ],
    "checkver": {
        "url": "https://archive.apache.org/dist/tomcat/tomcat-9/?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"
            },
            "32bit": {
                "url": "https://archive.apache.org/dist/tomcat/tomcat-$majorVersion/v$version/bin/apache-tomcat-$version-windows-x86.zip"
            }
        },
        "hash": {
            "url": "$url.sha512"
        },
        "extract_dir": "apache-tomcat-$version"
    }
}
