mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "1.25.0-202306162235",
|
|
"description": "Java language server",
|
|
"homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
|
|
"license": "EPL-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk",
|
|
"Python": "python"
|
|
},
|
|
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.25.0-202306162235.tar.gz",
|
|
"hash": "65beed724de16d55f7776d0a79c0b43477d80e34bd67fb2de30290e1e7c42936",
|
|
"installer": {
|
|
"script": "shim (search_in_path python.exe) $global jdtls \"$dir\\bin\\jdtls\""
|
|
},
|
|
"uninstaller": {
|
|
"script": "rm_shim jdtls (shimdir $global) jdtls"
|
|
},
|
|
"checkver": {
|
|
"url": "https://download.eclipse.org/jdtls/snapshots/latest.txt",
|
|
"regex": "jdt-language-server-([\\d.]+)-(\\d+)",
|
|
"replace": "${1}-${2}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-$match1-$match2.tar.gz",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|