mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
866 B
JSON
25 lines
866 B
JSON
{
|
|
"version": "2.10.0.0",
|
|
"description": "The official language server for Haskell.",
|
|
"homepage": "https://github.com/haskell/haskell-language-server",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/haskell/haskell-language-server/releases/download/2.10.0.0/haskell-language-server-2.10.0.0-x86_64-mingw64.zip",
|
|
"hash": "fec884fca468e17689d39bc8daf4d778cd4a518649c9a96fd2beead7b96377c8"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/haskell/haskell-language-server/releases/download/$version/haskell-language-server-$version-x86_64-mingw64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|