mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "1.42.0-202410312059",
|
|
"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.42.0-202410312059.tar.gz",
|
|
"hash": "e5c0b65536e3e6363e5699243793b8bedb7e898d04fc6945806547dade64a05b",
|
|
"installer": {
|
|
"script": "shim (Get-Command 'python.exe').Source $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"
|
|
}
|
|
}
|
|
}
|