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