mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
866 B
JSON
25 lines
866 B
JSON
{
|
|
"version": "2.11.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.11.0.0/haskell-language-server-2.11.0.0-x86_64-mingw64.zip",
|
|
"hash": "32302cd11ee0cd54ac104268743766509af14c5d63c080da12a64884613c1659"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|