{
    "version": "2026-03",
    "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/2026-03/R/eclipse-scout-2026-03-R-win32-x86_64.zip",
            "hash": "sha512:f3c624c8b999b0f2eadf4a915e657af1ccf5b8819cd07729a6cb54db144645fff8fc5b111113d118f836bf6004de1d80b0580b8aac5173d80591a4fda55582e2"
        }
    },
    "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"
                }
            }
        }
    }
}
