{
    "version": "8.5.100",
    "description": "Tomcat, an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. (version 8)",
    "homepage": "https://tomcat.apache.org/",
    "license": "Apache-2.0",
    "suggest": {
        "JDK": "java/openjdk"
    },
    "architecture": {
        "64bit": {
            "url": "https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.100/bin/apache-tomcat-8.5.100-windows-x64.zip",
            "hash": "sha512:191b039649fc8d3e409570cde78a9d06fd2ff9b6b49e0b712ed848984b3c4c45fd0887d2ac46475f32bd01355146b0fd978e7edcb5ffa9a6ecb9b38aabae3e66"
        },
        "32bit": {
            "url": "https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.100/bin/apache-tomcat-8.5.100-windows-x86.zip",
            "hash": "sha512:1887e7455f2eaecb576fb2062e79c79f7dbc7f61e3345fb3355e7df5a36febc829e1fd7d6c1941a6cf87fe573113f8248173c3f9b72642acd11d1dfe3315bec8"
        }
    },
    "extract_dir": "apache-tomcat-8.5.100",
    "env_set": {
        "CATALINA_BASE": "$dir",
        "CATALINA_HOME": "$dir"
    },
    "bin": "bin\\catalina.bat",
    "persist": [
        "conf",
        "webapps"
    ],
    "checkver": {
        "url": "https://archive.apache.org/dist/tomcat/tomcat-8/?C=M;O=D",
        "regex": "v(?<version>[\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://archive.apache.org/dist/tomcat/tomcat-8/v$version/bin/apache-tomcat-$version-windows-x64.zip"
            },
            "32bit": {
                "url": "https://archive.apache.org/dist/tomcat/tomcat-8/v$version/bin/apache-tomcat-$version-windows-x86.zip"
            }
        },
        "hash": {
            "url": "$url.sha512"
        },
        "extract_dir": "apache-tomcat-$version"
    }
}
