{
    "version": "2023-12",
    "description": "Eclipse IDE for Java 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-java-2023-12-R-win32-x86_64.zip",
            "hash": "sha512:144daaf193a17f5e58a6ffac8579ff2f5c2a2230d5a0a54a8de20b856caf6a2886d09c746ad27b1408253648934c14f0d9b1f31520f1c3c31422c07f335c377b"
        }
    },
    "extract_dir": "eclipse",
    "shortcuts": [
        [
            "eclipse.exe",
            "Eclipse IDE for Java Developers"
        ]
    ],
    "checkver": {
        "url": "https://www.eclipse.org/downloads/packages/",
        "regex": "([\\d-]+)/R/eclipse-inst-jre-win64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://download.eclipse.org/technology/epp/downloads/release/$version/R/eclipse-java-$version-R-win32-x86_64.zip",
                "hash": {
                    "url": "$url.sha512"
                }
            }
        }
    }
}
