{
    "version": "2023-12",
    "description": "Eclipse IDE for Eclipse Committers",
    "homepage": "https://www.eclipse.org",
    "license": "EPL-1.0",
    "architecture": {
        "64bit": {
            "url": "http://download.eclipse.org/technology/epp/downloads/release/2023-12/R/eclipse-committers-2023-12-R-win32-x86_64.zip",
            "hash": "sha512:704a51118a758102d225dee9d7bd01ede7dd9e8fb6eeac8ae62c7b85db407c9d932ff0cbf7a32a7d8b51a031b9410f97f56e83ebcb33f61959bfff24c311c270"
        }
    },
    "extract_dir": "eclipse",
    "shortcuts": [
        [
            "eclipse.exe",
            "Eclipse IDE for Eclipse Committers"
        ]
    ],
    "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-committers-$version-R-win32-x86_64.zip",
                "hash": {
                    "url": "$url.sha512"
                }
            }
        }
    }
}
