{
    "version": "2026-03",
    "description": "Eclipse IDE for RCP and RAP Developers",
    "homepage": "https://www.eclipse.org",
    "license": "EPL-1.0",
    "architecture": {
        "64bit": {
            "url": "http://download.eclipse.org/technology/epp/downloads/release/2026-03/R/eclipse-rcp-2026-03-R-win32-x86_64.zip",
            "hash": "sha512:b771d0fd4d994c296e541cd5b182527a807e330d2a39d9181f0d159006b5f228be66806b51c230668b5036fe0c0d9ea591cd5ecbd340bc9fe1d443b476ae7dc6"
        }
    },
    "extract_dir": "eclipse",
    "shortcuts": [
        [
            "eclipse.exe",
            "Eclipse for RCP and RAP 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-rcp-$version-R-win32-x86_64.zip",
                "hash": {
                    "url": "$url.sha512"
                }
            }
        }
    }
}
