mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2026-06",
|
|
"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/2026-06/R/eclipse-java-2026-06-R-win32-x86_64.zip",
|
|
"hash": "sha512:6a6b0de0b833ca91d3229d845fd1e4789cf377e87405e8bb91ec65e2451aa96dfb3d91048b4fe1926dad0927077a6dfdf84ec990b4d092573a2a597539c61be3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|