{
    "version": "2026-03",
    "description": "Eclipse IDE for C and C++ 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-cpp-2026-03-R-win32-x86_64.zip",
            "hash": "sha512:f09aead939429337e3ccc3a56ab4e0145d14ae643bf8501f33d8b21eea9c511ab66bf9f32c66a4da11f1ce3a16973362acc0b1dec49bf2e3eb44765c7907bbd5"
        }
    },
    "extract_dir": "eclipse",
    "shortcuts": [
        [
            "eclipse.exe",
            "Eclipse IDE for C and C++ 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-cpp-$version-R-win32-x86_64.zip"
            }
        },
        "hash": {
            "url": "$url.sha512"
        }
    }
}
