{
    "version": "2023-12",
    "description": "Eclipse IDE for Scout Developers",
    "homepage": "https://www.eclipse.org",
    "license": "EPL-1.0",
    "architecture": {
        "64bit": {
            "url": "http://download.eclipse.org/technology/epp/downloads/release/2023-12/R/eclipse-scout-2023-12-R-win32-x86_64.zip",
            "hash": "sha512:196ffe5ca03e433879b7e951027f3f9dd353adf5ea3986256600e923c62cd97c720a854baba81dbd346077e2f08016425e28f2c09427a13965fd8406604303eb"
        }
    },
    "extract_dir": "eclipse",
    "shortcuts": [
        [
            "eclipse.exe",
            "Eclipse for Scout Developers"
        ]
    ],
    "checkver": {
        "url": "https://download.eclipse.org/technology/epp/downloads/release/release.xml",
        "xpath": "/packages/present",
        "regex": "([\\d-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://download.eclipse.org/technology/epp/downloads/release/$version/R/eclipse-scout-$version-R-win32-x86_64.zip",
                "hash": {
                    "url": "$url.sha512"
                }
            }
        }
    }
}
