mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
863 B
JSON
25 lines
863 B
JSON
{
|
|
"version": "2.8.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.8.0.0/haskell-language-server-2.8.0.0-x86_64-mingw64.zip",
|
|
"hash": "c2e8ca575b9ea9a75440db558e33619cee04c31a9ef0becc3410d95892283047"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|