Extras/bucket/eclipse-platform.json
2025-12-10 16:30:25 +00:00

35 lines
1.1 KiB
JSON

{
"version": "4.38-202512010920",
"description": "Eclipse Platform",
"homepage": "https://www.eclipse.org",
"license": "EPL-1.0",
"architecture": {
"64bit": {
"url": "http://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/eclipse-platform-4.38-win32-x86_64.zip",
"hash": "sha512:e580253c59cf4c65e253295e6d849bc2eef6e38104d4d151bd4eb0c2b632ef6278865b1f5419b6574d5c53eeed9c16553cdee0c3d5fa8414c812f09e9417fe3c"
}
},
"extract_dir": "eclipse",
"bin": "eclipsec.exe",
"shortcuts": [
[
"eclipse.exe",
"Eclipse Platform"
]
],
"checkver": {
"url": "https://download.eclipse.org/eclipse/downloads/",
"regex": "/R-([\\d.-]+)/\" title=\"Latest Release"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://download.eclipse.org/eclipse/downloads/drops$majorVersion/R-$version/eclipse-platform-$matchHead-win32-x86_64.zip",
"hash": {
"url": "$baseurl/checksum/$basename.sha512"
}
}
}
}
}